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];