I suggest you use SharpGL . The SharpGL library has built-in parsers for importing models from other formats (.obj and .3ds). It also has WPF and Windows controls for rendering 3d models in the .NET environment. I am currently using it to export a 3d model developed in Blender , like. Obj and importing it into WPF using SharpGL . This works very well for me.
source
share