mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-05-08 04:20:14 -05:00
add support for additive blending in renderable plane
This commit is contained in:
@@ -50,7 +50,8 @@ return {
|
||||
Size = {1.3, 10.5},
|
||||
Origin = "Center",
|
||||
Billboard = true,
|
||||
Texture = "textures/sun-glare.png"
|
||||
Texture = "textures/sun-glare.png",
|
||||
BlendMode = "Additive"
|
||||
},
|
||||
Ephemeris = {
|
||||
Type = "Spice",
|
||||
|
||||
Reference in New Issue
Block a user