Viewing animated x files?

BlitzMax Forums/BlitzMax Programming/Viewing animated x files?

JoshK(Posted 2008) [#1]
What programs can view animated .x models? The DirectX viewer in the latest DX SDK has no controls for animation speed, and is not very good. Deep Exploration can't seem to load animated .x models at all.


Beaker(Posted 2008) [#2]
Fragmotion.


JoshK(Posted 2008) [#3]
Not bad.

Now where can I find some animated x files in the text version of the format?


Matty(Posted 2008) [#4]
XSI Softimage can export and import animated x files but can crash when exporting x files, and also flips the uv coordinates horizontally which is annoying. However perhaps the Softimage XSI mod tool which is free (or it was) will do what you are after - this is used to make HL2 models or can be as well as x files.


JoshK(Posted 2008) [#5]
I didn't ask for a tool to make animated models.


skidracer(Posted 2008) [#6]
Assuming you have the DirectXSDK, tiny.x is a happily animating female in text format.

If you want to seriously support .X you will need to get a C++ programmer to use the D3DX9Xof library as documented in the SDK.


JoshK(Posted 2008) [#7]
Thanks.

I am only interested in supporting uncompressed text x files, not all the binary and compressed versions. The loader is done for everything but materials and animation.


Matty(Posted 2008) [#8]
I'm sure the XSI Mod Tool can also view animated x files, which is what you are after isn't it?


Dreamora(Posted 2008) [#9]
As well you did not clearly specify what animation.

Bone + Vertex Weights?
Mesh Deformation?
Transformation Matrix Animation?
...?

X Format has more than 1 type of animation (unlike B3D which only supports bone for example, or 3DS which only supports transformation matrix based animation)