ericw-tools icon indicating copy to clipboard operation
ericw-tools copied to clipboard

Fix bounce lights on textures with contrasting colors

Open ericwa opened this issue 9 years ago • 2 comments

e.g. red window, blue background. Make sure we are averaging the texture color within each face subdivision, not averaging the entire texture

ericwa avatar Sep 02 '16 18:09 ericwa

Have a test case for this: https://github.com/ericwa/tyrutils-ericw/blob/master/testmaps/bouncecolorscaletest.map

ericwa avatar Sep 08 '16 02:09 ericwa

Only one bounce light is being created per face, the subdivided patches aren't really used. see MakeBounceLightsThread. this should probably be changed / experimented with again.

ericwa avatar Sep 08 '16 04:09 ericwa