Corrected a wrong template arg MyMesh into the right MeshType
This commit is contained in:
parent
6be9fe3b03
commit
0879d07401
|
@ -415,7 +415,7 @@ void Sphere(MeshType &in, const int subdiv = 3 )
|
|||
vi->P().Normalize();
|
||||
|
||||
tri::UpdateFlags<MeshType>::FaceBorderFromNone(in);
|
||||
tri::UpdateTopology<MyMesh>::FaceFace(in);
|
||||
tri::UpdateTopology<MeshType>::FaceFace(in);
|
||||
|
||||
size_t lastsize = 0;
|
||||
for(int i = 0 ; i < subdiv; ++i)
|
||||
|
|
Loading…
Reference in New Issue