From 033723d929aa6be3eb7efbcf8eb646fb8cb9e0e0 Mon Sep 17 00:00:00 2001 From: getdls Date: Tue, 23 Jan 2018 23:59:37 +0100 Subject: [PATCH] [XCX] Tweak of prev commit --- Source/XenobladeX/037490dc03a83598_0000000000000079_ps.txt | 2 +- Source/XenobladeX/8c1e55fd967b0496_0000000000000079_ps.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Source/XenobladeX/037490dc03a83598_0000000000000079_ps.txt b/Source/XenobladeX/037490dc03a83598_0000000000000079_ps.txt index d72c2d94..4137c65d 100644 --- a/Source/XenobladeX/037490dc03a83598_0000000000000079_ps.txt +++ b/Source/XenobladeX/037490dc03a83598_0000000000000079_ps.txt @@ -40,7 +40,7 @@ bool predResult = true; vec3 cubeMapSTM; int cubeMapFaceId; R0f = passParameterSem0; -R0f.xyzw = (texture(textureUnitPS0, R0f.xy).xyzw)* (0.995 - (lineRand(gl_FragCoord.yx)*0.1)); +R0f.xyzw = (texture(textureUnitPS0, R0f.xy).xyzw)* (0.995 - (lineRand(gl_FragCoord.yx)*0.075)); //R0f.xyzw = (texture(textureUnitPS0, R0f.xy).xyzw); // 0 backupReg0f = R0f.x; diff --git a/Source/XenobladeX/8c1e55fd967b0496_0000000000000079_ps.txt b/Source/XenobladeX/8c1e55fd967b0496_0000000000000079_ps.txt index 48eae34b..4a8e9989 100644 --- a/Source/XenobladeX/8c1e55fd967b0496_0000000000000079_ps.txt +++ b/Source/XenobladeX/8c1e55fd967b0496_0000000000000079_ps.txt @@ -109,7 +109,7 @@ void main() vec2 ps = vec2(1.0) / textureSize(textureUnitPS0, 0); vec2 uv = coord * ps; - R4f.xyz = blur(textureUnitPS0, uv, ps).xyz; + R4f.xyz = blur(textureUnitPS0, uv, ps*0.5).xyz; R4f.xyz += (texture(textureUnitPS0, R1f.xy).xyz)/2; R3f.xyz = (texture(textureUnitPS0, R0f.zw).xyz); R2f.xyz = (texture(textureUnitPS0, R2f.xy).xyz);// prob?