Insert 3d objects (.obj) in WPF project

1.8k views Asked by At

I'm beginer in WPF, and i need to insert 3d objects (.obj) in the project and do some animations on theme. I use Visual Studio 2015.

Can you tell me the best practice? Thank you.

1

There are 1 answers

0
Edgar Luque On BEST ANSWER

You can use the Helix-Toolkit, that allows for more complex 3D in WPF, you can find it here: https://github.com/helix-toolkit/helix-toolkit

Alternatively you can install it via the Nuget Package Manager: Install-Package HelixToolkit.Wpf

You can find a Getting-Started guide here: Getting-Started