Skip to content

Master_V4.0

Compare
Choose a tag to compare
@redcamel redcamel released this 31 Mar 15:44
· 321 commits to master since this release
271551e

Master_V4.0

GLTF Loader

  • supports GLTF multi-morph target animation. : Demo
  • adding parse for COLOR_0(VEC3).
  • Related Issues : #509, #549

MouseEvent

  • Now, even if you use one RedScene as a scene in multiple RedView Individual events occur. : Demo
  • A bug that does not reflect canvas offset position values has been fixed.
  • Fixed a bug where mouse events were not handled in ie11.
  • Related Issues : #585, #591, #590

RedLine

  • Type property added.
    • RedLine.LINEAR : Demo
    • RedLine.CATMULL_ROM : Demo
    • RedLine.LINEAR.BEZIER : Demo
    • Related Issues : #568

RedLathe

  • supports LatheMesh. : Demo
  • Related Issues : #566

Controller

  • RedBasicController : Demo
    • targetView property added. If you set the targetView on the controller, you can qualify the control within that RedView's area.
  • RedObitController : Demo
    • targetView property added. If you set the targetView on the controller, you can qualify the control within that RedView's area.