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

Replace Vertex class with Vector3 class #202

Open burdoto opened 2 years ago

burdoto commented 2 years ago

Apologies if this change is highly unappreciated. Personally I have been very intrigued by the fact that SharpGL uses a propietary class for Vertices, while the Vector3 class is around for quite some time now.

This change will remove Support for .NET Framework Versions before 4.6.

Also, the WinForms Designer is a little broken for some reason I am too lazy to investigate further (why lie?); there is a Class suddenly missing from dotnet....