Reputation: 2399
I have DirectX .x files and I would like to display the model in WPF form.
Any suggestions how to do so?
Thanks, Ronny
Upvotes: 1
Views: 1430
Reputation: 564323
In any case, you'll need to initialize Direct3D, and setup a D3D rendering system. The most flexible route would be to use D3DImage.
Upvotes: 2