Skip to content

Commit 3cde504

Browse files
committed
No need to avoid culling faces
1 parent cfcf9a3 commit 3cde504

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/main/java/edu/umich/soar/svsviewer/command/UpdateGeometryCommand.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,6 @@ public void interpret(GeometryManager geoManager, SceneController sceneControlle
6060
geometry.clear();
6161
TriangleMesh mesh = verticesToTriangleMesh(vertices);
6262
MeshView meshView = new MeshView(mesh);
63-
meshView.setCullFace(CullFace.NONE);
6463
// TODO: put in constants
6564
PhongMaterial shinyMaterial = new PhongMaterial(Color.ALICEBLUE);
6665
shinyMaterial.setSpecularColor(Color.WHITE); // Set the color of the specular

0 commit comments

Comments
 (0)