Skip to content

Commit

Permalink
Update to use surface_unlit
Browse files Browse the repository at this point in the history
  • Loading branch information
ashwinbhat committed Jan 8, 2024
1 parent e927c21 commit cae655e
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions libraries/nprlib/nprlib_ng.mtlx
Original file line number Diff line number Diff line change
Expand Up @@ -45,14 +45,9 @@
<input name="in1" type="float" nodename="dotproduct1" />
<input name="in2" type="float" value="32" />
</power>
<uniform_edf name="uniform_edf" type="EDF" >
<input name="color" type="color3" nodename="add1" />
</uniform_edf>
<surface name="gooch_shader" type="surfaceshader" >
<input name="bsdf" type="BSDF" value="" />
<input name="edf" type="EDF" nodename="uniform_edf" />
<input name="opacity" type="float" value="1" />
</surface>
<surface_unlit name="gooch_shader" type="surfaceshader" >
<input name="emission_color" type="color3" nodename="add1" />
</surface_unlit>
<output name="out" type="surfaceshader" nodename="gooch_shader" />
</nodegraph>
</materialx>

0 comments on commit cae655e

Please sign in to comment.