I have a object of type DAE and want to do something like
animatedDae.setFrame(15);
Any ideas how to do that in PaperVision3D
I have a object of type DAE and want to do something like
animatedDae.setFrame(15);
Any ideas how to do that in PaperVision3D
I ultimately solved this by hacking a setFrame function into PaperVision
You can transform the frame into time.
theDAEmodel.animation.channel.update(specificTimeNumber);