3d models in WPF

My question is just

  • How can I get a .3ds or .obj file loaded into a wpf project?

  • How can I drag this 3d model with my mouse?

(I am doing a 3d chess project)

+2


a source to share


1 answer


  • Blend supports loading obj file and converting it to xaml. Unfortunately, 3DS support is not supported in the box - third party software such as Reader3ds is required to get 3DS files .

  • You will need to write your own test testing and handle it yourself.



+1


a source







All Articles