Skip to content

Commit

Permalink
Add nodegroup for gooch_shade node
Browse files Browse the repository at this point in the history
  • Loading branch information
ashwinbhat committed Jan 25, 2024
1 parent b0d3f4c commit 52563c5
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 @@ -43,7 +43,7 @@
Node: <gooch_shade>
Compute Gooch Shading.
-->
<nodedef name="ND_gooch_shade" node="gooch_shade" doc="Compute Gooch shading">
<nodedef name="ND_gooch_shade" node="gooch_shade" nodegroup="npr" doc="Compute Gooch shading">
<input name="warm_color" type="color3" value="0.6, 0, 0" uiname="Warm Color" doc="Warm diffuse color"/>
<input name="cool_color" type="color3" value="0, 0, 0.6" uiname="Cool Color" doc="Cool diffuse color"/>
<input name="shininess" type="float" value="8" uimin="1" uimax="64" doc="Specular shininess"/>
Expand Down

0 comments on commit 52563c5

Please sign in to comment.