I have DirectX .x files and I would like to display the model in WPF form.
Any suggesti开发者_Python百科ons how to do so?
Thanks, Ronny
In any case, you'll need to initialize Direct3D, and setup a D3D rendering system. The most flexible route would be to use D3DImage.
精彩评论