ssr-ssao-update

This commit is contained in:
Henrique 2020-10-01 19:22:46 -03:00
parent dd655aa8e1
commit 737c623a12
2 changed files with 2 additions and 2 deletions

View file

@ -12,7 +12,7 @@ class SSAOGetNode extends LogicNode {
case 0: armory.renderpath.Postprocess.ssao_uniforms[0];
case 1: armory.renderpath.Postprocess.ssao_uniforms[1];
case 2: armory.renderpath.Postprocess.ssao_uniforms[2];
default: null;
default: 0.0;
}
}
}

View file

@ -14,7 +14,7 @@ class SSRGetNode extends LogicNode {
case 2: armory.renderpath.Postprocess.ssr_uniforms[2];
case 3: armory.renderpath.Postprocess.ssr_uniforms[3];
case 4: armory.renderpath.Postprocess.ssr_uniforms[4];
default: null;
default: 0.0;
}
}
}