c9e489b53b66d1626ccfded2a3bd0c27a1ba6b19

Text object render error. Issue was caused by FLT_EPSILON being used to check for zero-sized faces, for getting a reliable normal of front/backfaces of polygons. This value is too small, giving occasional bad looking faces. In other parts of code FLT_EPSILON10 was being used, that works much better. Note for the future: here using doubles internally would be advised.
…
Description
No description provided
Languages
C++
78.1%
Python
15%
C
2.8%
GLSL
1.8%
CMake
1.2%
Other
0.9%