fix on Trigger

This commit is contained in:
tamat
2020-09-09 10:11:47 +02:00
parent a6105af416
commit b195108e15
4 changed files with 55 additions and 51 deletions

View File

@@ -3483,10 +3483,10 @@ LGraphTextureBlur.pixel_shader = "precision highp float;\n\
//based on https://catlikecoding.com/unity/tutorials/advanced-rendering/bloom/
function FXGlow()
{
this.intensity = 1;
this.persistence = 0.99;
this.iterations = 16;
this.threshold = 0;
this.intensity = 0.5;
this.persistence = 0.6;
this.iterations = 8;
this.threshold = 0.8;
this.scale = 1;
this.dirt_texture = null;