开发者

How to set animated DAE object to specific frame in Papervision

开发者 https://www.devze.com 2022-12-14 09:47 出处:网络
I have a object of type 开发者_如何学编程DAE and want to do something like animatedDae.setFrame(15);

I have a object of type 开发者_如何学编程DAE and want to do something like

animatedDae.setFrame(15);

Any ideas how to do that in PaperVision3D


You can transform the frame into time.

theDAEmodel.animation.channel.update(specificTimeNumber);


I ultimately solved this by hacking a setFrame function into PaperVision

0

精彩评论

暂无评论...
验证码 换一张
取 消