Update leenkx/blender/lnx/material/make_refract.py

This commit is contained in:
2025-07-03 04:34:04 +00:00
parent a142b248ef
commit b89ebfd9c6

View File

@ -58,6 +58,7 @@ def make(context_id):
frag.write('fragColor[1] = vec4(n.xy, roughness, metallic);')
frag.write('fragColor[2] = vec4(ior, opacity, 0.0, 1.0);')
# frag.write('fragColor[2] = vec4(ior, opacity, packFloat2(basecol.r, basecol.g), basecol.b);')
make_finalize.make(con_refract)