-
Notifications
You must be signed in to change notification settings - Fork 352
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Jonathan Stone <jstone@lucasfilm.com>
- Loading branch information
1 parent
307755f
commit 76f6eb4
Showing
1 changed file
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
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"> | ||
<creatematrix name="creatematrix_vector3_matrix33" type="matrix33" xpos="6.579710" ypos="-1.922414"> | ||
<creatematrix name="creatematrix_vector3_matrix33" type="matrix33"> | ||
<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="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" /> | ||
<output name="out" type="matrix33" nodename="creatematrix_vector3_matrix33" /> | ||
<constant name="constant_vector3" type="vector3" /> | ||
</nodegraph> | ||
<nodegraph name="creatematrix_vector3_matrix44"> | ||
<creatematrix name="creatematrix_vector3_matrix44" type="matrix44" xpos="6.579710" ypos="-1.922414"> | ||
<creatematrix name="creatematrix_vector3_matrix44" type="matrix44""> | ||
<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="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" /> | ||
<output name="out" type="matrix44" nodename="creatematrix_vector3_matrix44" /> | ||
<constant name="constant_vector3" type="vector3" /> | ||
</nodegraph> | ||
<nodegraph name="creatematrix_vector4_matrix44"> | ||
<creatematrix name="creatematrix_vector4_matrix44" type="matrix44" xpos="6.579710" ypos="-1.922414"> | ||
<creatematrix name="creatematrix_vector4_matrix44" type="matrix44"> | ||
<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="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" /> | ||
<output name="out" type="matrix44" nodename="creatematrix_vector4_matrix44" /> | ||
<constant name="constant_vector4" type="vector4" /> | ||
</nodegraph> | ||
</materialx> |