Skip to content

Commit

Permalink
Update to the Preview Surface Glass example to have a slight opacity.
Browse files Browse the repository at this point in the history
  • Loading branch information
klucknav committed Oct 24, 2024
1 parent ed3ad99 commit 198bb74
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<input name="useSpecularWorkflow" type="integer" value="0" />
<input name="metallic" type="float" value="0" />
<input name="roughness" type="float" value="0.01" />
<input name="opacity" type="float" value="0" />
<input name="opacity" type="float" value="0.001" />
<input name="opacityThreshold" type="float" value="0" />
<input name="ior" type="float" value="1.52" />
</UsdPreviewSurface>
Expand Down

0 comments on commit 198bb74

Please sign in to comment.