Skip to content

Commit

Permalink
vis: usd shade flat
Browse files Browse the repository at this point in the history
  • Loading branch information
stewartboogert committed Oct 21, 2024
1 parent b93f063 commit 1ff7bea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pyg4ometry/visualisation/VisualisationOptions.py
Original file line number Diff line number Diff line change
Expand Up @@ -141,8 +141,8 @@ def __init__(self):
self.emissiveColor = [0, 0, 0.0]
self.useSpecularWorkflow = 0
self.specularColor = [0.5, 0.5, 0.5]
self.metallic = 1.0
self.roughness = 0.0
self.metallic = 0.0
self.roughness = 1.0
self.clearcoat = 0.0
self.clearcoatRoughness = 0.0
self.opacity = 1.0
Expand Down

0 comments on commit 1ff7bea

Please sign in to comment.