Skip to content

Commit

Permalink
Expand line pattern examples
Browse files Browse the repository at this point in the history
  • Loading branch information
jstone-lucasfilm committed Aug 15, 2023
1 parent b5e216c commit 3795d5b
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions resources/Materials/TestSuite/stdlib/procedural/linepatterns.mtlx
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,23 @@
<input name="in1" type="color3" nodename="grid_color3" />
<input name="in2" type="color3" nodename="crosshatch_color3" />
</max>

<standard_surface name="SR_test_grid" type="surfaceshader">
<input name="base" type="float" value="1" />
<input name="base_color" type="color3" nodename="grid_color3" />
</standard_surface>
<surfacematerial name="test_grid" type="material">
<input name="surfaceshader" type="surfaceshader" nodename="SR_test_grid" />
</surfacematerial>

<standard_surface name="SR_test_crosshatch" type="surfaceshader">
<input name="base" type="float" value="1" />
<input name="base_color" type="color3" nodename="crosshatch_color3" />
</standard_surface>
<surfacematerial name="test_crosshatch" type="material">
<input name="surfaceshader" type="surfaceshader" nodename="SR_test_crosshatch" />
</surfacematerial>

<standard_surface name="SR_test_union" type="surfaceshader">
<input name="base" type="float" value="1" />
<input name="base_color" type="color3" nodename="union_color3" />
Expand Down

0 comments on commit 3795d5b

Please sign in to comment.