Skip to content

Commit

Permalink
Move example to test suite
Browse files Browse the repository at this point in the history
  • Loading branch information
jstone-lucasfilm committed Jul 12, 2023
1 parent 1d99181 commit 831642c
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 23 deletions.

This file was deleted.

16 changes: 16 additions & 0 deletions resources/Materials/TestSuite/pbrlib/bsdf/blackbody.mtlx
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
<?xml version="1.0"?>
<materialx version="1.38" colorspace="lin_rec709">
<nodegraph name="NG_blackbody">
<input name="blackbody_temperature" type="float" value="5000.0" uimin="1500.0" uimax="25000.0" uistep="100.0" uiname="Blackbody Temperature Kelvin" />
<blackbody name="blackbody_color_out" type="color3">
<input name="temperature" type="float" interfacename="blackbody_temperature" />
</blackbody>
<output name="emission_color_output" type="color3" nodename="blackbody_color_out" />
</nodegraph>
<surface_unlit name="SR_blackbody" type="surfaceshader">
<input name="emission_color" type="color3" nodegraph="NG_blackbody" output="emission_color_output" />
</surface_unlit>
<surfacematerial name="Blackbody" type="material">
<input name="surfaceshader" type="surfaceshader" nodename="SR_blackbody" />
</surfacematerial>
</materialx>

0 comments on commit 831642c

Please sign in to comment.