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/FEdgeXDetector.h')
-rw-r--r--source/blender/freestyle/intern/view_map/FEdgeXDetector.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/source/blender/freestyle/intern/view_map/FEdgeXDetector.h b/source/blender/freestyle/intern/view_map/FEdgeXDetector.h
index fafc391aa8f..9df0b4bb4bd 100644
--- a/source/blender/freestyle/intern/view_map/FEdgeXDetector.h
+++ b/source/blender/freestyle/intern/view_map/FEdgeXDetector.h
@@ -89,8 +89,9 @@ class FEdgeXDetector {
/*! Sets the minimum angle for detecting crease edges
* \param angle:
- * The angular threshold in degrees (between 0 and 180) for detecting crease edges. An edge is considered
- * a crease edge if the angle between two faces sharing the edge is smaller than the given threshold.
+ * The angular threshold in degrees (between 0 and 180) for detecting crease edges. An edge is
+ * considered a crease edge if the angle between two faces sharing the edge is smaller than the
+ * given threshold.
*/
// XXX angle should be in radian...
inline void setCreaseAngle(float angle)
@@ -211,7 +212,7 @@ class FEdgeXDetector {
#if 0
real _bbox_diagonal; // diagonal of the current processed shape bbox
#endif
- //oldtmp values
+ // oldtmp values
bool _computeViewIndependent;
real _meanK1;
real _meanKr;