From 411d0de8cc3cbbde5a95daaebdbffe22da3108db Mon Sep 17 00:00:00 2001 From: getdls Date: Tue, 2 Jan 2018 01:52:17 +0100 Subject: [PATCH] {WW] Shadow blur x2 scaling --- Source/WindWakerHD/4c426260188ace42_0000000000000000_vs.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Source/WindWakerHD/4c426260188ace42_0000000000000000_vs.txt b/Source/WindWakerHD/4c426260188ace42_0000000000000000_vs.txt index eeb5279c..054f88e1 100644 --- a/Source/WindWakerHD/4c426260188ace42_0000000000000000_vs.txt +++ b/Source/WindWakerHD/4c426260188ace42_0000000000000000_vs.txt @@ -2,8 +2,8 @@ include 'Source/functions.php'; $fullWidth = $argv[1]; $fullHeight = $argv[2]; -$scaleFactorX = always_decimal_format($fullWidth / 1920.0); -$scaleFactorY = always_decimal_format($fullHeight / 1080.0); +$scaleFactorX = always_decimal_format($fullWidth / 1920.0*2); +$scaleFactorY = always_decimal_format($fullHeight / 1080.0*2); ?> #version 420 #extension GL_ARB_texture_gather : enable