{WW] Shadow blur x2 scaling

This commit is contained in:
getdls 2018-01-02 01:52:17 +01:00
parent 870b382e80
commit 411d0de8cc

View file

@ -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