Use OpenGL in .NET applications. SharpGL wraps all modern OpenGL features and offers a powerful scene graph to aid development.
768
stars
300
forks
source link
bug: remove the non-functional 'fontSize' parameter from DrawText3D #187
Closed
dwmkerr closed 4 years ago
The fontsize parameter doesn't (and cannot) work. Instead, perform a scale transformation before rendering the text.
Closes #148.