Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'source/blender/freestyle/intern/view_map/Silhouette.cpp')
-rw-r--r--source/blender/freestyle/intern/view_map/Silhouette.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/source/blender/freestyle/intern/view_map/Silhouette.cpp b/source/blender/freestyle/intern/view_map/Silhouette.cpp
index af97efa1406..15fe55874ca 100644
--- a/source/blender/freestyle/intern/view_map/Silhouette.cpp
+++ b/source/blender/freestyle/intern/view_map/Silhouette.cpp
@@ -286,9 +286,9 @@ real FEdge::z_discontinuity() const
Vec3r bbox_size_vec(box.getMax() - box.getMin());
real bboxsize = bbox_size_vec.norm();
if (occludee_empty()) {
- //return FLT_MAX;
+ // return FLT_MAX;
return 1.0;
- //return bboxsize;
+ // return bboxsize;
}
#if 0
@@ -302,7 +302,7 @@ real FEdge::z_discontinuity() const
real res = disc_vec.norm() / bboxsize;
return res;
- //return fabs((middle.z() - _occludeeIntersection.z()));
+ // return fabs((middle.z() - _occludeeIntersection.z()));
}
#if 0