RenderableSphere assets: set blending and depth options

This commit is contained in:
Arohdin
2025-04-08 14:21:49 +02:00
parent 39a6d7ed5d
commit d1ae420301
5 changed files with 28 additions and 11 deletions

View File

@@ -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",

View File

@@ -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",

View File

@@ -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",

View File

@@ -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",

View File

@@ -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)",