Blender Git Commit Log

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

2 Modified Paths:

/source/blender/freestyle/intern/application/Controller.cpp (+1, -5) (Diff)
/source/blender/freestyle/intern/view_map/ViewMapBuilder.cpp (+15, -0) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021