We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a52687d commit b20f511Copy full SHA for b20f511
1 file changed
libraries/bxdf/usd_preview_surface.mtlx
@@ -19,7 +19,7 @@
19
<input name="opacityMode" type="integer" enum="transparent,presence" enumvalues="0,1" value="0" uiname="Opacity Mode" />
20
<input name="opacityThreshold" type="float" value="0" uimin="0.0" uimax="1.0" uiname="Opacity Threshold" />
21
<input name="ior" type="float" value="1.5" uimin="0.0" uisoftmin="1.0" uisoftmax="3.0" uiname="Index of Refraction" />
22
- <input name="normal" type="vector3" value="0, 0, 1" uimin="-1.0,-1.0,-1.0" uimax="1.0,1.0,1.0" uistep="0.01" uiname="Normal" />
+ <input name="normal" type="vector3" value="0, 0, 1" uimin="-1.0,-1.0,-1.0" uimax="1.0,1.0,1.0" uiname="Normal" />
23
<input name="displacement" type="float" value="0" uiname="Displacement" />
24
<input name="occlusion" type="float" value="1" uimin="0.0" uimax="1.0" uiname="Occlusion" />
25
<output name="out" type="surfaceshader" />
0 commit comments