Blender Git Loki
Git Commits -> Revision 1b3948f
Revision 1b3948f by Tamito Kajiyama (master) February 12, 2010, 23:24 (GMT) |
Further consolidation of the view map creation. Made Controller::_EPSILON constant with the value 1e-6. Previously, the _EPSILON value was computed based on the minimum edge size within the scene being rendered (in some cases, the computed value resulted in zero). This does not seem to make sense, because _EPSILON has been used as a tolerance threshold of floating-point arithmetic errors throughout the view map creation. Since Blender uses single-precision real values for mesh data representations, the new constant _EPSILON value looks more adequate. |
Commit Details:
Full Hash: 1b3948f9aad25fec1923f5ccd36ea525d8e34fb6
SVN Revision: 26857
Parent Commit: a6a5ce4
Lines Changed: +16, -5