Demo
- dirty one (internal use) : http://sleepydesign.com/labs/as3/PaperVision3D/GreatWhite/MD2Animation/
- try click on left/right plane to change animation (sit/stand)
- good/clean demo later (really later)
What for?
- Holy guide to take control MD2 animation.
- happy new year (eh?)
- PaperVision3D 2.0 GreatWhite rev 391
- modded : AbstractController.as
- modded : KeyFrameController.as
- merge modded/original package (1+2+3)
- add MorphController to MD2
- call "gotoAndLoop" function with begin/end frame parameters
- got error(s) and shutdown without save (kidding :P)
- compare modded class with svn, see the diff
- call function like this
var ctrl = AnimationEngine.getControllers(md2)[0] as MorphController;
ctrl.gotoAndLoop(18, 31);
Where's to go next?
- home?
- bed?
- :P
1 comment:
@grumble : this should help http://sleepydesign.blogspot.com/2008/02/papervision3d-greatwhite-dae-animation.html
Post a Comment