dwmkerr / sharpgl

Use OpenGL in .NET applications. SharpGL wraps all modern OpenGL features and offers a powerful scene graph to aid development.
MIT License
749 stars 300 forks source link

Sample or documentation for WPF SceneView control #199

Open TjMott opened 3 years ago

TjMott commented 3 years ago

I'm working on a hobby project that will need some simple 3D rendering, and I'm evaluating SharpGL for this. I think the WPF SceneView control is what I need to use, but I can't find any samples or tutorials on this control, and I haven't been able to figure out how to use it. Can we get a sample to demonstrate loading an .obj/.mtl file into a SceneView?

Thanks.