aframevr / a-blast

💥 Save the World From the Cutest Creatures in the Universe!
https://aframe.io/a-blast/
MIT License
128 stars 66 forks source link

support for json keyframe animations #42

Closed feiss closed 8 years ago

feiss commented 8 years ago

Animations can be started by calling obj.playAnimation('anim_name').

Afterwards, the animation can be started or paused using the obj.animation property of class THREE.AnimationAction (Ej.: obj.animation.stop() )

feiss commented 8 years ago

for the moment, I think only one animation can be exported from blender, called "default".. :/