Lectori salutem,
I'm running into a small issue here with getting the OBJ_ANIMATABLE's to work properly, instead of just showing up and mocking me by not animating..
I defined:
Code:
Game.ObjMap<Game.Animatable> ObjAnimatable;
and of course set it's object type to OBJ_ANIMATABLE like so in the InitGame()
Code:
.setObjType(ObjAnimatable , OBJ_ANIMATABLE )
the OBJ_ANIMATABLE has the following properties:
Element ID : anim
I created a cube with a turning animation, which works perfectly in the tutorial (following Ozmodian's example, but with 3DS MAX); with the above additions to the project, the cube shows up nicely, but it won't animate.
I changed the params of the cube to fit the example, but still no luck; Am I missing something?
Perhaps someone has a working example of the Animatable objects, as there is no OBJ_ANIMATABLE object class in the tutorials?
Reference threads:
http://www.esenthel.com/community/showth...p?tid=7454
http://www.esenthel.com/community/showth...p?tid=6362