Topic: MD2 Animation in Tutorials

Just curious but I notice in the Collision and RendertoTexture tutorials even though a particular animation is selected as in setMD2Animation(EMAT_SALUTE) irrlicht seems to be playing all of them. Any reason for this?

Re: MD2 Animation in Tutorials

greetings smile  thanks for the heads up.  the problem is a combination of lack of method overloading in BMAX and my possibly choosing the wrong function as the default.  in the Irrlicht mod, there are 2 methods to set the MD2 animation.  setMD2Animation and setMD2AnimationFromType.  the FromType version takes the constants.  i will look into switching those.  i think it makes more sense to have the constant version as the default.