diff --git a/src/main/java/com/neuronrobotics/bowlerstudio/threed/BowlerStudio3dEngine.java b/src/main/java/com/neuronrobotics/bowlerstudio/threed/BowlerStudio3dEngine.java index d04b47502..73622be49 100644 --- a/src/main/java/com/neuronrobotics/bowlerstudio/threed/BowlerStudio3dEngine.java +++ b/src/main/java/com/neuronrobotics/bowlerstudio/threed/BowlerStudio3dEngine.java @@ -607,6 +607,7 @@ public MeshView addObject(CSG currentCsg, File source) { MeshView current = getCsgMap().get(currentCsg); current.setCullFace(CullFace.BACK); + ((PhongMaterial)current.getMaterial()).setSpecularColor(javafx.scene.paint.Color.WHITE); // TriangleMesh mesh =(TriangleMesh) current.getMesh(); // mesh.vertexFormatProperty() ContextMenu cm = new ContextMenu();