Files
test2/source
Ton Roosendaal c9e489b53b Bugfix #32617
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.
2012-10-24 09:33:29 +00:00
..
2012-10-24 09:33:29 +00:00
2012-10-23 13:28:22 +00:00
2011-05-09 08:15:38 +00:00
2012-10-22 08:15:51 +00:00
2012-06-30 22:44:36 +00:00