ericwa / ericw-tools

Quake/Hexen 2 Map compiling tools - branch of http://disenchant.net/utils
http://ericwa.github.io/ericw-tools
GNU General Public License v2.0
309 stars 56 forks source link

q1: Too much light with multi-light-bounce and splitturb (2.0.0alpha4) #397

Closed maikmerten closed 6 months ago

maikmerten commented 6 months ago

When activating lit water surfaces with _splitturb 1 (seems to be the default) and doing multiple light-bounces (e.g. _bounce 3), water seems to bounce around too much light.

To exaggerate, here's a screenshot with 10 bounces:

too-much-light

_bounce 1:

bounce-1

_bounce 2:

bounce-2

_bounce 3:

bounce-3

When setting _splitturb 0 in the worldspawn keys, lighting is back to normal (but then water is not lit, of course).