Skip to content

Commit

Permalink
Simplify material test suite
Browse files Browse the repository at this point in the history
- Split adjustment.mtlx into separate documents for each node.
- Remove test materials for nodes with graph definitions.
  • Loading branch information
jstone-lucasfilm committed Oct 19, 2024
1 parent 2a61e63 commit 57bb17c
Show file tree
Hide file tree
Showing 6 changed files with 128 additions and 668 deletions.
383 changes: 0 additions & 383 deletions resources/Materials/TestSuite/stdlib/adjustment/adjustment.mtlx

This file was deleted.

15 changes: 15 additions & 0 deletions resources/Materials/TestSuite/stdlib/adjustment/luminance.mtlx
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
<?xml version="1.0"?>
<materialx version="1.39">
<nodegraph name="luminance_color3">
<luminance name="luminance1" type="color3">
<input name="in" type="color3" value="1.0000, 0.7500, 0.5000" />
</luminance>
<output name="luminance_color3_out" type="color3" nodename="luminance1" />
</nodegraph>
<nodegraph name="luminance_color4">
<luminance name="luminance1" type="color4">
<input name="in" type="color4" value="1.0000, 0.7500, 0.5000, 0.2500" />
</luminance>
<output name="luminance_color4_out" type="color4" nodename="luminance1" />
</nodegraph>
</materialx>
Loading

0 comments on commit 57bb17c

Please sign in to comment.