From be8fdf2e3befd298d3cace7a39a03b8f70d3da91 Mon Sep 17 00:00:00 2001 From: getdls Date: Fri, 29 Dec 2017 02:27:28 +0100 Subject: [PATCH] [WW] fullWidth is 1920.0 --- Source/WindWakerHD/1f83c0d47b1c4c34_0000000000000000_vs.txt | 4 ++-- Source/WindWakerHD/4c426260188ace42_0000000000000000_vs.txt | 4 ++-- Source/WindWakerHD/d283b9338c6b10c5_0000000000000000_vs.txt | 4 ++-- Source/WindWakerHD/d9c81460d6984bb2_0000000000000000_vs.txt | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Source/WindWakerHD/1f83c0d47b1c4c34_0000000000000000_vs.txt b/Source/WindWakerHD/1f83c0d47b1c4c34_0000000000000000_vs.txt index d4df7046..95303c34 100644 --- a/Source/WindWakerHD/1f83c0d47b1c4c34_0000000000000000_vs.txt +++ b/Source/WindWakerHD/1f83c0d47b1c4c34_0000000000000000_vs.txt @@ -2,8 +2,8 @@ include 'Source/functions.php'; $fullWidth = $argv[1]; $fullHeight = $argv[2]; -$scaleFactorX = always_decimal_format($fullWidth / 1280.0); -$scaleFactorY = always_decimal_format($fullHeight / 720.0); +$scaleFactorX = always_decimal_format($fullWidth / 1920.0); +$scaleFactorY = always_decimal_format($fullHeight / 1080.0); ?> #version 420 #extension GL_ARB_texture_gather : enable diff --git a/Source/WindWakerHD/4c426260188ace42_0000000000000000_vs.txt b/Source/WindWakerHD/4c426260188ace42_0000000000000000_vs.txt index 3f929510..ab34de14 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 / 1280.0); -$scaleFactorY = always_decimal_format($fullHeight / 720.0); +$scaleFactorX = always_decimal_format($fullWidth / 1920.0); +$scaleFactorY = always_decimal_format($fullHeight / 1080.0); ?> #version 420 #extension GL_ARB_texture_gather : enable diff --git a/Source/WindWakerHD/d283b9338c6b10c5_0000000000000000_vs.txt b/Source/WindWakerHD/d283b9338c6b10c5_0000000000000000_vs.txt index 8afe0827..60543c52 100644 --- a/Source/WindWakerHD/d283b9338c6b10c5_0000000000000000_vs.txt +++ b/Source/WindWakerHD/d283b9338c6b10c5_0000000000000000_vs.txt @@ -2,8 +2,8 @@ include 'Source/functions.php'; $fullWidth = $argv[1]; $fullHeight = $argv[2]; -$scaleFactorX = always_decimal_format($fullWidth / 1280.0); -$scaleFactorY = always_decimal_format($fullHeight / 720.0); +$scaleFactorX = always_decimal_format($fullWidth / 1920.0); +$scaleFactorY = always_decimal_format($fullHeight / 1080.0); ?> #version 420 #extension GL_ARB_texture_gather : enable diff --git a/Source/WindWakerHD/d9c81460d6984bb2_0000000000000000_vs.txt b/Source/WindWakerHD/d9c81460d6984bb2_0000000000000000_vs.txt index 9c9e31d4..15e97f65 100644 --- a/Source/WindWakerHD/d9c81460d6984bb2_0000000000000000_vs.txt +++ b/Source/WindWakerHD/d9c81460d6984bb2_0000000000000000_vs.txt @@ -2,8 +2,8 @@ include 'Source/functions.php'; $fullWidth = $argv[1]; $fullHeight = $argv[2]; -$scaleFactorX = always_decimal_format($fullWidth / 1280.0); -$scaleFactorY = always_decimal_format($fullHeight / 720.0); +$scaleFactorX = always_decimal_format($fullWidth / 1920.0); +$scaleFactorY = always_decimal_format($fullHeight / 1080.0); ?> #version 420 #extension GL_ARB_texture_gather : enable