I am trying to export .X files from 3d Studio Max using the Panda exporter and loading them with Irrlicht. It doesn't work:
the ISceneManager::getMesh() function is successful however nothing is displayed.
When I look at the run-time debug information I see messages like:
"Unknown data object in x file: Material"
"Unknown data object in material list in x file: {"
"Unknown data object in material list in x file: SkinWeights"
"Unknown data object in frame in x file: AnimationSet"
"Unexpected ending found in Frame in x file."
"Mesh without material found in x file."
anyone knows what's wrong?
To me it seems Irrlicht is not parsing the file correctly or the file is not exactly in the "IrrLicht" expected format.
if so then
What options should I enable/disable in the Panda Exporter Window in 3DS Max for the IrrLicht to understand it??
Or perhaps it's a different problem? help me please.
![Crying or Very sad :cry:](./images/smilies/icon_cry.gif)