Skip to content

Commit

Permalink
since we clamp, an unbounded mix is cheaper
Browse files Browse the repository at this point in the history
  • Loading branch information
krohmerNV committed Jan 9, 2024
1 parent c46a6a9 commit 2cde263
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/MaterialXGenMdl/mdl/materialx/pbrlib_1_7.mdl
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ export material mx_mix_edf(
} in material(
surface: material_surface(
emission: material_emission(
emission: df::clamped_mix(
emission: df::unbounded_mix(
df::edf_component[](
df::edf_component( mix, mxp_fg.surface.emission.emission),
df::edf_component( 1.0 - mix, mxp_bg.surface.emission.emission))
Expand Down

0 comments on commit 2cde263

Please sign in to comment.