Skip to content

Commit

Permalink
Minor rename for clarity
Browse files Browse the repository at this point in the history
Signed-off-by: Jonathan Stone <[email protected]>
  • Loading branch information
jstone-lucasfilm authored Sep 29, 2024
1 parent 81c8911 commit 2780c87
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions libraries/bxdf/translation/standard_surface_to_gltf_pbr.mtlx
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
<input name="in1" type="color3" nodename="scaledBaseColor" />
<input name="in2" type="color3" nodename="mixedBaseColor" />
</ifequal>
<ifgreater name="baseColorWithTransmission" type="color3">
<ifgreater name="transmissionColor" type="color3">
<input name="value1" type="float" interfacename="transmission_depth" />
<input name="value2" type="float" value="0" />
<input name="in1" type="color3" value="1, 1, 1" />
Expand All @@ -91,7 +91,7 @@
<ifgreater name="base_color" type="color3">
<input name="value1" type="float" interfacename="transmission" />
<input name="value2" type="float" value="0" />
<input name="in1" type="color3" nodename="baseColorWithTransmission" />
<input name="in1" type="color3" nodename="transmissionColor" />
<input name="in2" type="color3" nodename="baseColor" />
</ifgreater>
<dot name="metallic" type="float">
Expand Down

0 comments on commit 2780c87

Please sign in to comment.