How to set animated DAE object to specific frame in Papervision

903 Views Asked by At

I have a object of type DAE and want to do something like

animatedDae.setFrame(15);

Any ideas how to do that in PaperVision3D

2

There are 2 best solutions below

0
On BEST ANSWER

I ultimately solved this by hacking a setFrame function into PaperVision

0
On

You can transform the frame into time.

theDAEmodel.animation.channel.update(specificTimeNumber);