R – How to set animated DAE object to specific frame in Papervision

animationcolladapapervision3d

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

animatedDae.setFrame(15);

Any ideas how to do that in PaperVision3D

Best Answer

You can transform the frame into time.

theDAEmodel.animation.channel.update(specificTimeNumber);