Is there a way to access the animation within a VRML file using three.js? I've had success with collada files, but I'm not seeing an animation field in the event.content object when it comes to VRML. I've come across this example: https://github.com/mrdoob/three.js/blob/master/examples/models/vrml/house.wrl
The VRML file contains OrientationInterpolators and TimeSensors, indicating that there should be an animation present. However, I am unable to locate the corresponding HTML file to start the animation from the VRML file. How can I initiate the animation?
Thank you in advance.