mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-04-24 21:18:32 -05:00
New MSAA Atmosphere.
This commit is contained in:
@@ -90,6 +90,10 @@ function postInitialization()
|
||||
|
||||
openspace.setPropertyValueSingle("Earth.RenderableGlobe.Debug.LevelByProjectedAreaElseDistance", false)
|
||||
|
||||
openspace.setPropertyValue("Earth.RenderableGlobe.Atmosphere", false)
|
||||
|
||||
openspace.setPropertyValue("Earth.RenderableGlobe.PerformShading", false)
|
||||
|
||||
openspace.globebrowsing.goToGeo(58.5877, 16.1924, 20000000)
|
||||
|
||||
openspace.printInfo("Done setting default values")
|
||||
@@ -132,7 +136,7 @@ return {
|
||||
-- "satellites",
|
||||
|
||||
--"grids",
|
||||
--"digitaluniverse",
|
||||
"digitaluniverse",
|
||||
"stars/digitaluniverse",
|
||||
"milkyway/digitaluniverse"
|
||||
}
|
||||
|
||||
@@ -8,7 +8,7 @@ return {
|
||||
Enabled = false,
|
||||
Color = { 1.0, 1.0, 1.0 },
|
||||
Transparency = 0.65,
|
||||
LabelFile = "speck/stars.label",
|
||||
LabelFile = "speck/stars-new.label",
|
||||
TextColor = { 0.4, 0.4, 0.4, 1.0 },
|
||||
DrawLabels = true,
|
||||
TextSize = 14.7,
|
||||
|
||||
@@ -5,7 +5,7 @@ return {
|
||||
Parent = "Root",
|
||||
Renderable = {
|
||||
Type = "RenderableStars",
|
||||
File = "speck/stars.speck",
|
||||
File = "speck/stars-new.speck",
|
||||
Texture = "textures/halo.png",
|
||||
ColorMap = "colorbv.cmap"
|
||||
},
|
||||
|
||||
@@ -51,7 +51,7 @@ return {
|
||||
Size = 1.3*10^10.5,
|
||||
Origin = "Center",
|
||||
Billboard = true,
|
||||
Texture = "textures/sun-glare.png",
|
||||
Texture = "textures/halo.png",
|
||||
BlendMode = "Additive"
|
||||
},
|
||||
Transform = {
|
||||
|
||||
Reference in New Issue
Block a user