mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-01-09 12:42:11 +00:00
get rid of buggy shader trick
This commit is contained in:
parent
c9c6326d87
commit
64793a55dc
@ -236,7 +236,7 @@ void main(void)
|
||||
#else
|
||||
float shore = 1.0;
|
||||
#endif
|
||||
vec2 screenCoordsOffset = ( (normal.xy + rainRipple.w * vec2(0.0,2.0)) * REFL_BUMP * shore);
|
||||
vec2 screenCoordsOffset = normal.xy * REFL_BUMP * shore;
|
||||
|
||||
// reflection
|
||||
vec3 reflection = texture2D(reflectionMap, screenCoords + screenCoordsOffset).rgb;
|
||||
|
Loading…
Reference in New Issue
Block a user