Original Post
I''m having some problems loading and drawing .X model files. I''m currently using ID3DXMesh and D3DXLoadMeshFromX to load them.
The tiger.x model from the SDK loads and draws correctly...but none of my other models draw at all, which is wierd because the mesh viewer opens them fine. I know theyre loading properly because I checked with the debugger...they just don''t draw at all.
I know I had this problem a while back and I cant remember how I fixed it
.
Should I be using the Frame or XFile classes instead of ID3DXMesh?
Any ideas?