Skip to content

Commit

Permalink
Allow shininess to exceed the soft maximum
Browse files Browse the repository at this point in the history
  • Loading branch information
jstone-lucasfilm committed Jan 29, 2024
1 parent 8147e60 commit 17e2cef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/nprlib/nprlib_defs.mtlx
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
<input name="warm_color" type="color3" value="0.8, 0.8, 0.7" uiname="Warm Color" doc="Warm color" />
<input name="cool_color" type="color3" value="0.3, 0.3, 0.8" uiname="Cool Color" doc="Cool color" />
<input name="specular_intensity" type="float" value="1" uimin="0" uimax="1" uiname="Specular Intensity" doc="Specular Intensity" />
<input name="shininess" type="float" value="64" uimin="1" uimax="64" uiname="Shininess" doc="Specular Power" />
<input name="shininess" type="float" value="64" uimin="1" uisoftmax="64" uiname="Shininess" doc="Specular Power" />
<input name="light_direction" type="vector3" value="1, -0.5, -0.5" uiname="Light Direction" doc="Light vector in world space" />
<output name="out" type="color3"/>
</nodedef>
Expand Down

0 comments on commit 17e2cef

Please sign in to comment.