How to import 3D models dynamically in a WPF Application

SpeedBirdNine picture SpeedBirdNine · Jan 31, 2012 · Viewed 12.8k times · Source

I have been searching this for quite sometime but could not find an appropriate method. How to import 3D models in a WPF application at runtime when user selects a model. It can be built in any one of the popular 3D modelling software, 3DS max, Maya, Blender etc, not all. Any one of the formats .3DS, .MAX, .FBX, .obj etc is required to be imported.

If there are free libraries available for this, please mention them, and if i have to write the code myself, please guide how and where to start.

Answer