How to set animated DAE object to specific frame in Papervision

922 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
Jonathan Fischoff On BEST ANSWER

I ultimately solved this by hacking a setFrame function into PaperVision

0
KoJoT On

You can transform the frame into time.

theDAEmodel.animation.channel.update(specificTimeNumber);