My question is very simple ( i think ).
I make a md3 model from milkshape, but when i try load this mesh using irr it crashes program sending a message:
Irrlicht Engine version 0.14.0
Microsoft Windows 2000 Professional Service Pack 4 (Build 2195)
Using renderer: OpenGL 1.5
GeForce4 MX 440/AGP/SSE: NVIDIA Corporation
OpenGL driver version is 1.2 or better.
Loaded texture: #DefaultFont
Irrlicht.NET running.
Could not load mesh, file format seems to be unsupported: c:\aranha.md3
Sorry boys !
I really confused me about the features of IRR...
But the question is:
Skeletal animation: A skin is manipulated by animated joints. The Irrlicht Engine will do this when loading .ms3d or .x files. It is easily possible to attach objects to parts of the animated model. It is possible e.g. to attach a weapon to the hand of a model, which will be moved as the hand moves, with only one line of code.
So, i can load a MilkShape model (ms3d), is possible, ok ?
I think you need to get the joint's matrix and set the position of the weapon each frame. I dont think you can get a joint as a scene node, but it would be pretty simple to make a dummy node that stays in sync with a particular joint and make your weapon its child. http://irrlicht.sourceforge.net/docu/cl ... _s3_d.html