Test to get rid of windows warning
git-svn-id: http://www.openmesh.org/svnrepo/OpenMesh/trunk@517 fdac6126-5c0c-442c-9429-916003d36597
This commit is contained in:
@@ -127,7 +127,7 @@ merge(const NormalConeT& _cone)
|
||||
Scalar centerAngle = acos(dotp);
|
||||
Scalar minAngle = std::min(-angle(), centerAngle - _cone.angle());
|
||||
Scalar maxAngle = std::max( angle(), centerAngle + _cone.angle());
|
||||
angle_ = 0.5 * (maxAngle - minAngle);
|
||||
angle_ = 0.5f * (maxAngle - minAngle);
|
||||
|
||||
// axis by SLERP
|
||||
Scalar axisAngle = 0.5*(minAngle + maxAngle);
|
||||
|
||||
@@ -691,7 +691,7 @@ public:
|
||||
EdgeColorsPropertyHandle edge_colors_pph() const
|
||||
{ return edge_colors_; }
|
||||
|
||||
//standard face properties
|
||||
//standard face properties
|
||||
FaceNormalsPropertyHandle face_normals_pph() const
|
||||
{ return face_normals_; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user