Search code examples
javascriptthree.jsvrml

How to access the animation from a VRML file using three.js?


Is it possible to access the animation from the VRML file using three.js. With collada it works, but in the case of VRML I don't see a animation field in the event.content object. I'm aware of this example: https://github.com/mrdoob/three.js/blob/master/examples/models/vrml/house.wrl

In the file are OrientationInterpolators und TimeSensors, so it must have an animation. But I don't find the corresponding HTML file. How do I start the animation from the VRML file?

Thanks in advance


Solution

  • This feature is not implemented. https://github.com/mrdoob/three.js/issues/5430