{WW] Shadow blur x2 scaling
This commit is contained in:
parent
870b382e80
commit
411d0de8cc
@ -2,8 +2,8 @@
|
|||||||
include 'Source/functions.php';
|
include 'Source/functions.php';
|
||||||
$fullWidth = $argv[1];
|
$fullWidth = $argv[1];
|
||||||
$fullHeight = $argv[2];
|
$fullHeight = $argv[2];
|
||||||
$scaleFactorX = always_decimal_format($fullWidth / 1920.0);
|
$scaleFactorX = always_decimal_format($fullWidth / 1920.0*2);
|
||||||
$scaleFactorY = always_decimal_format($fullHeight / 1080.0);
|
$scaleFactorY = always_decimal_format($fullHeight / 1080.0*2);
|
||||||
?>
|
?>
|
||||||
#version 420
|
#version 420
|
||||||
#extension GL_ARB_texture_gather : enable
|
#extension GL_ARB_texture_gather : enable
|
||||||
|
Loading…
Reference in New Issue
Block a user