VBO's face index was incorrect, didnt see this break anything but was giving the triangulated index (always wrong for quads).
This commit is contained in:
@@ -860,7 +860,7 @@ static void cdDM_drawMappedFaces(DerivedMesh *dm, int (*setDrawOptions)(void *us
|
||||
dontdraw = 1;
|
||||
}
|
||||
else
|
||||
orig = i;
|
||||
orig = actualFace;
|
||||
if( dontdraw ) {
|
||||
state = 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user