mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-03-06 04:18:36 -06:00
Merge branch 'feature/hdrOS' into feature/FXAA
This commit is contained in:
@@ -615,7 +615,7 @@ void main() {
|
||||
pixelDepth *= 0.001;
|
||||
positionObjectsCoords.xyz *= 0.001;
|
||||
|
||||
if (dot(position.xyz, vec3(1.0)) > 0.0 && (pixelDepth < offset)) {
|
||||
if (pixelDepth < offset) {
|
||||
// ATM Occluded - Something in fron of ATM.
|
||||
atmosphereFinalColor += color;
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user