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

bug: remove the non-functional 'fontSize' parameter from DrawText3D #187

Closed dwmkerr closed 4 years ago

dwmkerr commented 4 years ago

The fontsize parameter doesn't (and cannot) work. Instead, perform a scale transformation before rendering the text.

Closes #148.