model viewer: don't render faces with type & 2

This commit is contained in:
Adam
2017-03-28 18:26:45 -04:00
parent caf5015cdf
commit 3c0ed845f9
2 changed files with 7 additions and 4 deletions

View File

@@ -20,6 +20,7 @@ public class ModelLoader
}
def.computeNormals();
def.computeTextureUVCoordinates();
return def;
}