Blender Git Commit Log
Git Commits -> Revision dd5e725
Revision dd5e725 by Tamito Kajiyama (master) January 18, 2010, 03:49 (GMT) |
Improved the robustness of SilhouetteGeomEngine::ImageToWorldParameter(). Now the 2D-to-3D inverse projection transformation is performed by the direct solver first when it is applicable (i.e., when division by zero does not occur). Otherwise the iterative solver is used (it is always applicable because there is no risk of division by zero). Both solvers were consolidated through several bug fixes. |
Commit Details:
Full Hash: dd5e7258cd7334213aec3e9f46bf576132e97050
SVN Revision: 26068
Parent Commit: 3e1600c
Lines Changed: +79, -95
1 Modified Path:
/source/blender/freestyle/intern/view_map/SilhouetteGeomEngine.cpp (+79, -95) (Diff)