I have a model created and animated in 3D canvas. It is exported as ".x" and works fine in 3D Canvas.
When I load it into DB, It loads fine, and looks normal. However, when I play the animation, the parts of the model change places. Like the arm is where the head should be. The head is where the legs should be. The animation plays right, its just that it switches everything around. Why is this happening and how can I fix it.
Heres the code... Although, it was just a simple code to make sure the model and animations work.
cls
CD "obj"
Load Object "objOne.x",1
Position Object 1,-15,5,-50
Play Object 1