mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-14 16:14:38 +00:00
Merge pull request #749 from lukaspj/MixedParticleRendering
Re-enable Mixed particle rendering
This commit is contained in:
commit
e02e542717
3 changed files with 19 additions and 10 deletions
|
|
@ -83,7 +83,7 @@ singleton PostEffect( EdgeDetectPostEffect )
|
|||
texture[0] = "#prepass";
|
||||
target = "#edge";
|
||||
|
||||
isEnabled = false;
|
||||
isEnabled = true;
|
||||
};
|
||||
|
||||
singleton PostEffect( EdgeAAPostEffect )
|
||||
|
|
|
|||
|
|
@ -83,7 +83,7 @@ singleton PostEffect( EdgeDetectPostEffect )
|
|||
texture[0] = "#prepass";
|
||||
target = "#edge";
|
||||
|
||||
isEnabled = false;
|
||||
isEnabled = true;
|
||||
};
|
||||
|
||||
singleton PostEffect( EdgeAAPostEffect )
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue