[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [26086] branches/soc-2008-mxcurioni/source /blender/freestyle/intern/view_map/SilhouetteGeomEngine.cpp: Made a minor fix in SilhouetteGeomEngine::ImageToWorldParameter().

Tamito Kajiyama rd6t-kjym at asahi-net.or.jp
Mon Jan 18 22:26:24 CET 2010


Revision: 26086
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=26086
Author:   kjym3
Date:     2010-01-18 22:26:20 +0100 (Mon, 18 Jan 2010)

Log Message:
-----------
Made a minor fix in SilhouetteGeomEngine::ImageToWorldParameter().

Modified Paths:
--------------
    branches/soc-2008-mxcurioni/source/blender/freestyle/intern/view_map/SilhouetteGeomEngine.cpp

Modified: branches/soc-2008-mxcurioni/source/blender/freestyle/intern/view_map/SilhouetteGeomEngine.cpp
===================================================================
--- branches/soc-2008-mxcurioni/source/blender/freestyle/intern/view_map/SilhouetteGeomEngine.cpp	2010-01-18 20:11:31 UTC (rev 26085)
+++ branches/soc-2008-mxcurioni/source/blender/freestyle/intern/view_map/SilhouetteGeomEngine.cpp	2010-01-18 21:26:20 UTC (rev 26086)
@@ -201,7 +201,7 @@
 			goto iter;
 		Ic[1] = -beta * (Ir[1] + m23) / denom;
 //		Ic[0] = -(Ir[0] + m13) * (alpha * Ic[1] + beta) / m11;
-//		Ic[2] = alpha * (Ic[0] - Ac[0]) + Ac[2];
+//		Ic[2] = alpha * (Ic[1] - Ac[1]) + Ac[2];
 		T = (Ic[1] - Ac[1]) / ABc[1];
 
 	} else {





More information about the Bf-blender-cvs mailing list