Ronny
Ronny

Reputation: 2399

Embedding DirectX (.x files) in WPF application C#

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

Answers (1)

Reed Copsey
Reed Copsey

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

Related Questions