mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-03-13 17:09:05 -05:00
Issue/425 (#860)
* Working on the fix for the depth sorting problem. * Changed grids and billboards to additive blending.
This commit is contained in:
committed by
Alexander Bock
parent
8351ec2108
commit
8bb70e328d
@@ -26,7 +26,8 @@ local object = {
|
||||
UseAdditiveBlending = true,
|
||||
Orientation = "Inside",
|
||||
MirrorTexture = true,
|
||||
FadeOutThreshold = 0.01
|
||||
FadeOutThreshold = 0.01,
|
||||
Background = true
|
||||
},
|
||||
GUI = {
|
||||
Name = "Milky Way (ESO)",
|
||||
|
||||
Reference in New Issue
Block a user