zesterer / openmw-shaders

Photorealistic shaders for Morrowind
83 stars 7 forks source link

Water appears where normally there is none. #29

Open critkitten opened 1 year ago

critkitten commented 1 year ago

with shader https://gfycat.com/blackandwhitecavernousguineapig

without shader https://gfycat.com/shrillgentleemperorshrimp

tested on branch openmw-48 @ 5b56fe8d0db108b18dcfb03ee558af5bbc495f06 linux.

zesterer commented 1 year ago

Unfortunately, there's not much can be done about this aside from disabling the wave shader entirely (which can be done by editing config.glsl) because there's no way for the shader to reason about the reachability of terrain by water.

zesterer commented 1 year ago

Oops, accidental close.