From b1fdf1e32da4be0dba8dd5f81c2367fcb0a133cb Mon Sep 17 00:00:00 2001 From: getdls Date: Tue, 2 Jan 2018 02:40:03 +0100 Subject: [PATCH] [WW] Scaling test verified Commited --- Source/WindWakerHD/1f83c0d47b1c4c34_0000000000000000_vs.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Source/WindWakerHD/1f83c0d47b1c4c34_0000000000000000_vs.txt b/Source/WindWakerHD/1f83c0d47b1c4c34_0000000000000000_vs.txt index 882fa795..b9124233 100644 --- a/Source/WindWakerHD/1f83c0d47b1c4c34_0000000000000000_vs.txt +++ b/Source/WindWakerHD/1f83c0d47b1c4c34_0000000000000000_vs.txt @@ -2,13 +2,13 @@ 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*1.5); +$scaleFactorY = always_decimal_format($fullHeight / 1080.0*1.5); ?> #version 420 #extension GL_ARB_texture_gather : enable #extension GL_ARB_shading_language_packing : enable -// shader 1f83c0d47b1c4c34 // half res blur +// shader 1f83c0d47b1c4c34 // half res blur. Horizon, detail shadows, bloom base const float resScale = ; uniform ivec4 uf_remappedVS[1];