This commit is contained in:
ElonOlsson
2021-09-13 18:22:36 -04:00
parent b1c7635979
commit a812f338a8
17 changed files with 69 additions and 69 deletions
@@ -13,5 +13,6 @@ asset.meta = {
Description = "Magnetograms of the sun",
Author = "CCMC, Jonathan Grangien, Matthias Berg",
URL = "https://dx.doi.org/10.3847/1538-4357/aab36d",
License = ""
License = "",
Identifier = {"Sun"}
}
@@ -51,5 +51,6 @@ asset.meta = {
Description = "Volumetric rendering for the bastille day CME event",
Author = "CCMC, OpenSpace team",
URL = "https://dx.doi.org/10.3847/1538-4357/aab36d",
License = ""
License = "",
Identifier = {"MAS_MHD_density"}
}
@@ -71,5 +71,6 @@ asset.meta = {
Description = "Magnetic fieldlines for the bastille day CME event",
Author = "CCMC, Jonathan Grangien, Matthias Berg",
URL = "https://dx.doi.org/10.3847/1538-4357/aab36d",
License = ""
License = "",
Identifier = {"MAS_MHD_Fieldlines"}
}
@@ -59,5 +59,6 @@ asset.meta = {
Description = "Flux nodes for the bastille day CME event",
Author = "CCMC, Christian Adamsson, Emilie Ho",
URL = "https://dx.doi.org/10.3847/1538-4357/aab36d",
License = ""
License = "",
Identifier = {"MAS_MHD_FluxNodes"}
}
@@ -82,5 +82,6 @@ asset.meta = {
Description = "Flux nodes for the bastille day CME events",
Author = "CCMC, Christian Adamsson, Emilie Ho",
URL = "https://dx.doi.org/10.3847/1538-4357/aab36d",
License = ""
License = "",
Identifier = {"MeridialCutplane", "EquatorialCutplane"}
}
@@ -32,5 +32,6 @@ asset.meta = {
Description = "Stream nodes for the bastille day CME events",
Author = "Christian Adamsson, Emilie Ho",
URL = "https://dx.doi.org/10.3847/1538-4357/aab36d",
License = ""
License = "",
Identifier = {"Legendfluxnodes"}
}
@@ -34,5 +34,6 @@ asset.meta = {
Description = "Speed of light from sun to earth",
Author = "CCMC, Christian Adamsson, Emilie Ho",
URL = "",
License = ""
License = "",
Identifier = {"travelSpeedIndicator"}
}
@@ -17,5 +17,6 @@ asset.meta = {
Description = "Magnetograms of the sun",
Author = "Jonathan Grangien, Matthias Berg",
URL = "https://dx.doi.org/10.3847/1538-4357/aab36d",
License = ""
License = "",
Identifier = {"Sun"}
}
@@ -48,5 +48,6 @@ asset.meta = {
Description = "Magnetic fieldlines for the bastille day CME event",
Author = "CCMC",
URL = "",
License = ""
License = "",
Identifier = {"Earths_Magnetosphere"}
}
@@ -35,5 +35,6 @@ asset.meta = {
Description = "EUV simulation, texture sequence",
Author = "CCMC, OpenSpace team",
URL = "https://dx.doi.org/10.3847/1538-4357/aab36d",
License = ""
License = "",
Identifier = {"EUV_Layer"}
}
@@ -3,8 +3,8 @@ local colorLayersPath = "./layers/colorlayers"
local colorLayer = asset.require(colorLayersPath .. "/sun_texture")
-- Set enabled layers (temporary solution)
-- @TODO: do this using a boolean that's passed to the 'asset.require' instead
asset.onInitialize(function ()
-- @TODO: do this using a boolean that's passed to the 'asset.require' instead
asset.onInitialize(function ()
openspace.setPropertyValueSingle("Scene.Sun.Renderable.Layers.ColorLayers." .. colorLayer.layer.Identifier .. ".Enabled", true)
end)