Exporting .x with animation problem

Started by
3 comments, last by Anddos 11 years, 7 months ago
I have created a door in 3dxmax and gave it 1 animation called "open", i then export it with panda exporter and then play it in dxviewer, it dosent seem to play the animation ??, do i need to set something else in 3dsmax for it to work?
I am starting to think the panda exporter for 3dsmax 2012 is not working for animated models,can anyone confirm this?
:)
Advertisement
Can you open the exported X file as a text file and see if there is an Animation section near the bottom?

AnimationSet Anim1 {

Animation AnimBox01 {

{ Box01 }
AnimationKey {
4;
21;
0;16;1.000000,0.00000 ... <snip>
I see the animation data fine
:)
Can you check the animation data in the X file for validity by eye?

If the ID3DXAnimationController that DXViewer is using can't parse anim data error-free during the Allocation Hierarchy's workflow, it will return an HRESULT, but will likely have completed the parsing of the D3DXMESHFRAME and D3DXMESHCONTAINERS first.

What return code comes from the D3DXLoadMeshHierarchyFromX() call?
hmm i cant this working for a door or window, just animated characters rigged with biped, are doors and windows suppose to have bones? smile.png
:)

This topic is closed to new replies.

Advertisement