Skip to content

Commit

Permalink
make everything shiny
Browse files Browse the repository at this point in the history
  • Loading branch information
madhephaestus committed Jul 29, 2024
1 parent 2e47c0b commit 9ace8b0
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit 9ace8b0

Please sign in to comment.