Introducing hack in ABuffer to make the backside of planetprojection not be transparent

This commit is contained in:
Alexander Bock
2015-07-08 16:45:08 +02:00
parent 4b15cbc07f
commit 2947a6f85a
2 changed files with 2 additions and 2 deletions

View File

@@ -54,7 +54,7 @@
// constants
const float stepSize = 0.01;
const float samplingRate = 1.0;
uniform float ALPHA_LIMIT = 0.99;
uniform float ALPHA_LIMIT = 0.7;
uniform float blackoutFactor = 0.0;