mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-01-05 11:09:37 -06:00
RenderableSphere assets: set blending and depth options
This commit is contained in:
@@ -42,8 +42,7 @@ local LightPollutionSphere = {
|
||||
Orientation = "Inside",
|
||||
MirrorTexture = true,
|
||||
FadeOutThreshold = 1.00,
|
||||
RenderBinMode = "PostDeferredTransparent",
|
||||
Enabled = asset.enabled
|
||||
RenderBinMode = "PostDeferredTransparent"
|
||||
},
|
||||
GUI = {
|
||||
Name = "Light Pollution Sphere",
|
||||
|
||||
@@ -23,7 +23,9 @@ local Object = {
|
||||
Texture = textures .. "mwHalpha-f.png",
|
||||
Orientation = "Inside",
|
||||
MirrorTexture = true,
|
||||
FadeOutThreshold = 0.025
|
||||
FadeOutThreshold = 0.025,
|
||||
BlendingOption = "Additive",
|
||||
DisableDepth = true
|
||||
},
|
||||
GUI = {
|
||||
Name = "Hydrogen Alpha",
|
||||
|
||||
@@ -30,7 +30,9 @@ local COBE = {
|
||||
Texture = textures .. "COBErect.png",
|
||||
Orientation = "Both",
|
||||
MirrorTexture = true,
|
||||
FadeInThreshold = 0.4
|
||||
FadeInThreshold = 0.4,
|
||||
BlendingOption = "Additive",
|
||||
DisableDepth = true
|
||||
},
|
||||
GUI = {
|
||||
Name = "1990 COBE CMB",
|
||||
@@ -62,7 +64,9 @@ local WMAP = {
|
||||
Texture = textures .. "wmap_ilc_7yr_v4_200uK_RGB_sos.png",
|
||||
Orientation = "Both",
|
||||
MirrorTexture = true,
|
||||
FadeInThreshold = 0.4
|
||||
FadeInThreshold = 0.4,
|
||||
BlendingOption = "Additive",
|
||||
DisableDepth = true
|
||||
},
|
||||
GUI = {
|
||||
Name = "2003 WMAP CMB",
|
||||
@@ -93,7 +97,9 @@ local Planck = {
|
||||
Texture = textures .. "cmb4k.jpg",
|
||||
Orientation = "Both",
|
||||
MirrorTexture = true,
|
||||
FadeInThreshold = 0.4
|
||||
FadeInThreshold = 0.4,
|
||||
BlendingOption = "Additive",
|
||||
DisableDepth = true
|
||||
},
|
||||
GUI = {
|
||||
Name = "2013 Planck CMB",
|
||||
|
||||
@@ -27,7 +27,9 @@ local PlanckMultiverse1 = {
|
||||
Texture = textures .. "cmb4k.jpg",
|
||||
Orientation = "Both",
|
||||
MirrorTexture = true,
|
||||
FadeInThreshold = 0.4
|
||||
FadeInThreshold = 0.4,
|
||||
BlendingOption = "Additive",
|
||||
DisableDepth = true
|
||||
},
|
||||
GUI = {
|
||||
Name = "Planck Multiverse 1",
|
||||
@@ -56,7 +58,9 @@ local PlanckMultiverse2 = {
|
||||
Texture = textures .. "cmb4k.jpg",
|
||||
Orientation = "Both",
|
||||
MirrorTexture = true,
|
||||
FadeInThreshold = 0.4
|
||||
FadeInThreshold = 0.4,
|
||||
BlendingOption = "Additive",
|
||||
DisableDepth = true
|
||||
},
|
||||
GUI = {
|
||||
Name = "Planck Multiverse 2",
|
||||
@@ -85,7 +89,9 @@ local PlanckMultiverse3 = {
|
||||
Texture = textures .. "cmb4k.jpg",
|
||||
Orientation = "Both",
|
||||
MirrorTexture = true,
|
||||
FadeInThreshold = 0.4
|
||||
FadeInThreshold = 0.4,
|
||||
BlendingOption = "Additive",
|
||||
DisableDepth = true
|
||||
},
|
||||
GUI = {
|
||||
Name = "Planck Multiverse 3",
|
||||
@@ -114,7 +120,9 @@ local PlanckMultiverse4 = {
|
||||
Texture = textures .. "cmb4k.jpg",
|
||||
Orientation = "Both",
|
||||
MirrorTexture = true,
|
||||
FadeInThreshold = 0.4
|
||||
FadeInThreshold = 0.4,
|
||||
BlendingOption = "Additive",
|
||||
DisableDepth = true
|
||||
},
|
||||
GUI = {
|
||||
Name = "Planck Multiverse 4",
|
||||
|
||||
@@ -22,7 +22,9 @@ local Object = {
|
||||
Texture = textures .. "eso0932a_blend.png",
|
||||
Orientation = "Inside",
|
||||
MirrorTexture = true,
|
||||
FadeOutThreshold = 0.01
|
||||
FadeOutThreshold = 0.01,
|
||||
BlendingOption = "Additive",
|
||||
DisableDepth = true
|
||||
},
|
||||
GUI = {
|
||||
Name = "Milky Way (ESO)",
|
||||
|
||||
Reference in New Issue
Block a user