dwmkerr / sharpgl

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

Tesselators/Delegates.cs not included in csproj #118

Open Emyr42 opened 8 years ago

Emyr42 commented 8 years ago

I'm trying to port some existing C++ code to C# with WPF and SharpGL 2.4 from NuGet.

I can't find an equivalent for gluTessCallback()

There are definitions for the delegate types in SharpGL/Core/Tesselators/Delegates.cs, but this file isn't included in the csproj.

Is there a known workaround?