mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-02-13 03:33:48 +00:00
Corrects the dirt lens image reference from filepath to assetId to not have overhead having to look up the asset each frame when setting the postFX
This commit is contained in:
parent
bae7166cc0
commit
33ac4a0864
3 changed files with 4 additions and 4 deletions
|
|
@ -17,7 +17,7 @@ $PostFX::HDRPostFX::radius = 4;
|
|||
$PostFX::HDRPostFX::enableDirt = 1;
|
||||
$PostFX::HDRPostFX::dirtScale = 2048;
|
||||
$PostFX::HDRPostFX::dirtIntensity = 2;
|
||||
$PostFX::HDRPostFX::dirtImage = "core/postFX/images/lensDirt.png";
|
||||
$PostFX::HDRPostFX::dirtImage = "Core_PostFX:lensDirt_image";
|
||||
$PostFX::HDRPostFX::dirtEdgeMinDist = 0.125;
|
||||
$PostFX::HDRPostFX::dirtEdgeMaxDist = 0.75;
|
||||
$PostFX::HDRPostFX::dirtEdgeMinVal = 0.05;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue