Skip to content

Commit

Permalink
fixed wrong output node
Browse files Browse the repository at this point in the history
  • Loading branch information
mnikelsky committed May 17, 2023
1 parent e537b55 commit a6db908
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,6 @@
<input name="realworldtilesize" type="vector2" value="3.0, 2.0" unit="centimeter" unittype="distance" />
<input name="uvtiling" type="vector2" value="12, 10" />
</tiledimage>
<output name="normal" type="vector3" nodename="normalmap" />
<output name="normal" type="vector3" nodename="normalmap_vector2" />
</nodegraph>
</materialx>

0 comments on commit a6db908

Please sign in to comment.