[Bf-blender-cvs] [f1222d61150] soc-2018-npr: Resume default contour detection method.

Yiming Wu noreply at git.blender.org
Fri Dec 14 07:49:34 CET 2018


Commit: f1222d611509a8ec7e377b5121c029c2fce5b6e3
Author: Yiming Wu
Date:   Wed Dec 12 21:22:51 2018 +0800
Branches: soc-2018-npr
https://developer.blender.org/rBf1222d611509a8ec7e377b5121c029c2fce5b6e3

Resume default contour detection method.

===================================================================

M	source/blender/draw/engines/lanpr/lanpr_ops.c

===================================================================

diff --git a/source/blender/draw/engines/lanpr/lanpr_ops.c b/source/blender/draw/engines/lanpr/lanpr_ops.c
index b2cd913842f..9baa3bab59d 100644
--- a/source/blender/draw/engines/lanpr/lanpr_ops.c
+++ b/source/blender/draw/engines/lanpr/lanpr_ops.c
@@ -53,7 +53,7 @@ struct Object;
 
 int lanpr_triangle_line_imagespace_intersection_v2(SpinLock *spl, LANPR_RenderTriangle *rt, LANPR_RenderLine *rl, Object *cam, tnsMatrix44d vp, real *CameraDir, double *From, double *To);
 
-int use_smooth_contour_modifier_contour = 1; // debug purpose
+int use_smooth_contour_modifier_contour = 0; // debug purpose
 
 /* ====================================== base structures =========================================== */
 
@@ -1023,7 +1023,7 @@ int lanpr_point_inside_triangle3d(tnsVector3d v, tnsVector3d v0, tnsVector3d v1,
 
 	return 1;
 }
-int lanpr_point_inside_triangle3de(tnsVector3d v, tnsVector3d v0, tnsVector3d v1, tnsVector3d v2) {
+int lan版本pr_point_inside_triangle3de(tnsVector3d v, tnsVector3d v0, tnsVector3d v1, tnsVector3d v2) {
 	tnsVector3d L, R;
 	tnsVector3d N1, N2;
 	real d;



More information about the Bf-blender-cvs mailing list