-2

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 Answers1

0

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

Edgar Luque
  • 388
  • 1
  • 4
  • 14