Sunday, October 16, 2016
Papervision3D GreatWhite MD2 Animation
Papervision3D GreatWhite MD2 Animation
Happy new year! Lets start with some dirty/early coding, lol
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);
Wheres to go next?
- home?
 - bed?
 - :P
 
Go to link Download
Labels:
animation,
greatwhite,
md2,
papervision3d