Blender Git Loki
Git Commits -> Revision c9e489b
Revision c9e489b by Ton Roosendaal (master) October 24, 2012, 09:33 (GMT) |
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. |
Commit Details:
Full Hash: c9e489b53b66d1626ccfded2a3bd0c27a1ba6b19
SVN Revision: 51575
Parent Commit: 6d79568
Lines Changed: +1, -2
1 Modified Path:
/source/blender/render/intern/source/convertblender.c (+1, -2) (Diff)