diff --git a/vcg/complex/trimesh/base.h b/vcg/complex/trimesh/base.h index 9f8f7072..69c7d8c2 100644 --- a/vcg/complex/trimesh/base.h +++ b/vcg/complex/trimesh/base.h @@ -395,7 +395,8 @@ static bool HasPerVertexColor() { return VertexType::HasColor() ; } static bool HasPerVertexMark() { return VertexType::HasMark() ; } static bool HasPerVertexQuality() { return VertexType::HasQuality(); } static bool HasPerVertexTexCoord(){ return VertexType::HasTexCoord(); } -static bool HasPerVertexFlags() { return VertexType::HasFlags(); } +static bool HasPerVertexRadius() { return VertexType::HasRadius(); } +static bool HasPerVertexFlags() { return VertexType::HasFlags(); } static bool HasPolyInfo() { return FaceType::HasPolyInfo() ; } static bool HasPerFaceColor() { return FaceType::HasFaceColor() ; }