[DX9 & C++] Question About Dynamically Loading .x Files

Started by
0 comments, last by MJP 12 years, 3 months ago
Hi,

I was wondering if it was possible to produce some sort of DirectX9 and C++ equivalent of this XNA program that could load models on the fly. I am mainly looking for a pointer more than anything else as it is not something I have to implement for my Uni assignment, I am just more curious than anything else happy.png
Advertisement
Sure, just use D3DXLoadMeshFromX to load the mesh directly from the .X file.

This topic is closed to new replies.

Advertisement