dwmkerr / sharpgl

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

Obj not display #211

Open Flow75 opened 2 years ago

Flow75 commented 2 years ago

I try to do an opengl/c# of 3d chess using SharpGL

I'm using this GitHub project as base.

I have use an object loader (from c++ to c#) I've use the init code and display one object from the project WpfApp1.zip

but still, nothing. I don't know why 😢

can you help me ?