mirror of
https://github.com/X0nk/Bliss-Shader.git
synced 2025-06-27 02:32:39 +08:00
Revert "intial changes for commit #495"
This reverts commit 4869877f77
.
This commit is contained in:
@ -12,10 +12,6 @@ uniform vec3 sunPosition;
|
||||
uniform mat4 gbufferModelViewInverse;
|
||||
|
||||
|
||||
flat varying vec3 zMults;
|
||||
|
||||
uniform float far;
|
||||
uniform float near;
|
||||
|
||||
#include "/lib/util.glsl"
|
||||
#include "/lib/res_params.glsl"
|
||||
@ -30,8 +26,6 @@ void main() {
|
||||
WsunVec = (float(sunElevation > 1e-5)*2-1.)*normalize(mat3(gbufferModelViewInverse) * sunPosition);
|
||||
|
||||
|
||||
zMults = vec3(1.0/(far * near),far+near,far-near);
|
||||
|
||||
#ifdef TAA
|
||||
TAA_Offset = offsets[framemod8];
|
||||
#else
|
||||
|
Reference in New Issue
Block a user