As of DirectX10, the usual functions to load a mesh in the .X-format are marked as deprecated and they are DX9 functions anyway. How can I load a mesh from the .X-format into an ID3DX10Mesh object using the SlimDX wrapper?
Tell me more
×
Game Development Stack Exchange is a question and answer site for
professional and independent game developers. It's 100% free, no registration required.
|
|
|
There's a "SimpleModel10" sample in our samples distribution for SlimDX -- it is essentially the same code as in the ScapeCode post. In fact, it was written by the same developer. |
|||
|
|