Added a missing HasPerVertexRadius
This commit is contained in:
parent
389cc089db
commit
c955238597
|
@ -527,6 +527,9 @@ bool HasPerVertexFlags (const TriMesh < VertContainerType , FaceContainerType, E
|
||||||
template < class VertContainerType, class FaceContainerType, class EdgeContainerType >
|
template < class VertContainerType, class FaceContainerType, class EdgeContainerType >
|
||||||
bool HasPerVertexNormal (const TriMesh < VertContainerType , FaceContainerType, EdgeContainerType> & /*m*/) {return VertContainerType::value_type::HasNormal();}
|
bool HasPerVertexNormal (const TriMesh < VertContainerType , FaceContainerType, EdgeContainerType> & /*m*/) {return VertContainerType::value_type::HasNormal();}
|
||||||
|
|
||||||
|
template < class VertContainerType, class FaceContainerType, class EdgeContainerType >
|
||||||
|
bool HasPerVertexRadius (const TriMesh < VertContainerType , FaceContainerType, EdgeContainerType> & /*m*/) {return VertContainerType::value_type::HasRadius();}
|
||||||
|
|
||||||
template < class VertContainerType, class FaceContainerType, class EdgeContainerType >
|
template < class VertContainerType, class FaceContainerType, class EdgeContainerType >
|
||||||
bool HasPerWedgeTexCoord (const TriMesh < VertContainerType , FaceContainerType, EdgeContainerType> & /*m*/) {return FaceContainerType::value_type::HasWedgeTexCoord();}
|
bool HasPerWedgeTexCoord (const TriMesh < VertContainerType , FaceContainerType, EdgeContainerType> & /*m*/) {return FaceContainerType::value_type::HasWedgeTexCoord();}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue