Freestyle: minor speed-up by omitting the calculation of the smallest edge size.
BlenderFileLoader tries to find the smallest edge size but the computed value is not used.
This commit is contained in:
@@ -209,7 +209,9 @@ private:
|
||||
|
||||
BBox<Vec3r> _Scene3dBBox;
|
||||
unsigned int _SceneNumFaces;
|
||||
#if 0
|
||||
real _minEdgeSize;
|
||||
#endif
|
||||
real _EPSILON;
|
||||
real _bboxDiag;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user