-
Notifications
You must be signed in to change notification settings - Fork 362
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fixed nodedef name, fixed test output
- Loading branch information
1 parent
71b8efa
commit a20052b
Showing
2 changed files
with
9 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,32 +1,32 @@ | ||
<?xml version="1.0"?> | ||
<materialx version="1.38"> | ||
<nodegraph name="creatematrix_vector3_matrix33_nodegraph"> | ||
<nodegraph name="creatematrix_vector3_matrix33"> | ||
<creatematrix name="creatematrix_vector3_matrix33" type="matrix33" xpos="6.579710" ypos="-1.922414"> | ||
<input name="in1" type="vector3" nodename="constant_vector3" /> | ||
<input name="in2" type="vector3" nodename="constant_vector3" /> | ||
<input name="in3" type="vector3" nodename="constant_vector3" /> | ||
</creatematrix> | ||
<output name="output_matrix33" type="matrix33" nodename="creatematrix_vector3_matrix33" xpos="9.202899" ypos="-1.681034" /> | ||
<output name="out" type="matrix33" nodename="creatematrix_vector3_matrix33" xpos="9.202899" ypos="-1.681034" /> | ||
<constant name="constant_vector3" type="vector3" xpos="4.840580" ypos="-2.689655" /> | ||
</nodegraph> | ||
<nodegraph name="creatematrix_vector3_matrix44_nodegraph"> | ||
<nodegraph name="creatematrix_vector3_matrix44"> | ||
<creatematrix name="creatematrix_vector3_matrix44" type="matrix44" xpos="6.579710" ypos="-1.922414"> | ||
<input name="in1" type="vector3" nodename="constant_vector3" /> | ||
<input name="in2" type="vector3" nodename="constant_vector3" /> | ||
<input name="in3" type="vector3" nodename="constant_vector3" /> | ||
<input name="in4" type="vector3" nodename="constant_vector3" /> | ||
</creatematrix> | ||
<output name="output_matrix44" type="matrix44" nodename="creatematrix_vector3_matrix44" xpos="9.202899" ypos="-1.681034" /> | ||
<output name="out" type="matrix44" nodename="creatematrix_vector3_matrix44" xpos="9.202899" ypos="-1.681034" /> | ||
<constant name="constant_vector3" type="vector3" xpos="4.840580" ypos="-2.689655" /> | ||
</nodegraph> | ||
<nodegraph name="creatematrix_vector4_matrix44_nodegraph"> | ||
<nodegraph name="creatematrix_vector4_matrix44"> | ||
<creatematrix name="creatematrix_vector4_matrix44" type="matrix44" xpos="6.579710" ypos="-1.922414"> | ||
<input name="in1" type="vector4" nodename="constant_vector4" /> | ||
<input name="in2" type="vector4" nodename="constant_vector4" /> | ||
<input name="in3" type="vector4" nodename="constant_vector4" /> | ||
<input name="in4" type="vector4" nodename="constant_vector4" /> | ||
</creatematrix> | ||
<output name="output_matrix44" type="matrix44" nodename="creatematrix_vector4_matrix44" xpos="9.202899" ypos="-1.681034" /> | ||
<output name="out" type="matrix44" nodename="creatematrix_vector4_matrix44" xpos="9.202899" ypos="-1.681034" /> | ||
<constant name="constant_vector4" type="vector4" xpos="4.840580" ypos="-2.689655" /> | ||
</nodegraph> | ||
</materialx> |