warnings fixed
This commit is contained in:
parent
a745b77c04
commit
f9d20fad7d
|
@ -981,7 +981,7 @@ public:
|
|||
}
|
||||
}
|
||||
|
||||
///set the face cross vector from vertex one
|
||||
///set the vert cross vector from the faces
|
||||
static void SetVertCrossVectorFromFace(VertexType &v)
|
||||
{
|
||||
std::vector<FaceType *> faceVec;
|
||||
|
|
|
@ -720,4 +720,4 @@ protected:
|
|||
} // end namespace tri
|
||||
} // end namespace vcg
|
||||
|
||||
#endif _VCGLIB_VORONOI_REMESHER_H
|
||||
#endif // _VCGLIB_VORONOI_REMESHER_H
|
||||
|
|
|
@ -391,7 +391,7 @@ public:
|
|||
|
||||
|
||||
static void InitByCurvature(MeshType & mesh,
|
||||
int Nring,
|
||||
unsigned Nring,
|
||||
bool UpdateFaces=true)
|
||||
{
|
||||
|
||||
|
|
Loading…
Reference in New Issue