Animating a Model that is in .x format?

Blitz3D Forums/Blitz3D Programming/Animating a Model that is in .x format?

danjo(Posted 2004) [#1]
how can you animate an .x model ?
or maybe convert it to b3d and use extractanimseq() on it.


jfk EO-11110(Posted 2004) [#2]
Like in 3DS you can only use a X Animation Format that is know as "DirectX7 .X Animation" or "Rotate-Move-Scale only". These Formats do not support Skelton or Vertex Animation etc. Their Animation is based on Parent-Children Meshes Hierarchy, Body Parts are linked hierarchicly (have a look at my Walking Cycle Tutorial in the Art Tutorial Section).

If you want to use modern .X Animations in Blitz, you need to convert it to the .B3D format. There is an Art Path, I just don't remmber exactly, probably UltimateUnwrap3D can convert it correctly.

A lot of 3D People here are using this path, .X to .B3D, so please correct me if I'm wrong with UU3D.


Ricky Smith(Posted 2004) [#3]
You can use PaceMaker to open STATIC .x or .3ds models - it will be automatically converted to a .b3d ready for adding a skeleton.


danjo(Posted 2004) [#4]
smiff. pacemaker is nice. but i have animated models already. i do have unwrap, which i managed to open them with