Corrected a EnableWedgeTex into EnableWedgeTexCoord
This commit is contained in:
parent
af942bc503
commit
de7b61b7e5
|
@ -121,7 +121,7 @@ int main(int argc, char ** argv)
|
|||
|
||||
SrcMesh srcMesh;
|
||||
#ifdef TEST_IN_PLACE_SPLIT
|
||||
srcMesh.face.EnableWedgeTex();
|
||||
srcMesh.face.EnableWedgeTexCoord();
|
||||
#endif
|
||||
vcg::tri::io::ImporterPLY<SrcMesh>::Open(srcMesh, argv[1]);
|
||||
if ((srcMesh.VN() <= 0) || (srcMesh.FN() <= 0))
|
||||
|
|
Loading…
Reference in New Issue