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 <jstone@lucasfilm.com>
  • Loading branch information
jstone-lucasfilm authored Sep 29, 2024
1 parent 2780c87 commit fccb792
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 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="transmissionColor" type="color3">
<ifgreater name="transmissionBaseColor" 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="transmissionColor" />
<input name="in1" type="color3" nodename="transmissionBaseColor" />
<input name="in2" type="color3" nodename="baseColor" />
</ifgreater>
<dot name="metallic" type="float">
Expand All @@ -108,7 +108,7 @@
<dot name="thickness" type="float">
<input name="in" type="float" interfacename="transmission_depth" />
</dot>
<ifgreater name="transmissionInEffectAttenuationColor" type="color3">
<ifgreater name="transmissionAttenuationColor" type="color3">
<input name="value1" type="float" interfacename="transmission_depth" />
<input name="value2" type="float" value="0" />
<input name="in1" type="color3" interfacename="transmission_color" />
Expand All @@ -117,7 +117,7 @@
<ifgreater name="attenuation_color" type="color3">
<input name="value1" type="float" interfacename="transmission" />
<input name="value2" type="float" value="0" />
<input name="in1" type="color3" nodename="transmissionInEffectAttenuationColor" />
<input name="in1" type="color3" nodename="transmissionAttenuationColor" />
<input name="in2" type="color3" value="1, 1, 1" />
</ifgreater>

Expand Down

0 comments on commit fccb792

Please sign in to comment.