added some short gui-descriptions

This commit is contained in:
ElonOlsson
2021-09-27 15:57:23 -04:00
parent 8cac80f22c
commit 1ef4d9959e
8 changed files with 27 additions and 19 deletions

View File

@@ -40,7 +40,8 @@ local densityVolume = {
},
GUI = {
Name = "MAS Density",
Path = "/Solar System/Heliosphere/Bastille Day"
Path = "/Solar System/Heliosphere/Bastille Day",
Description = "Volumetric rendering for the bastille day CME event"
}
}
@@ -64,7 +65,7 @@ assetHelper.registerSceneGraphNodesAndExport(asset, { densityVolume })
asset.meta = {
Name = "Predictive Science Inc. Volume Rendering Bastille Day",
Version = "1.0",
Description = "Volumetric rendering for the bastille day CME event",
Description = [[Volumetric rendering for the bastille day CME event]],
Author = "CCMC, OpenSpace team",
URL = "https://dx.doi.org/10.3847/1538-4357/aab36d",
License = "CC-BY",

View File

@@ -47,7 +47,8 @@ local fieldlines = {
},
GUI = {
Path = "/Solar System/Heliosphere/Bastille Day",
Name = "MAS Fieldlines"
Name = "MAS Fieldlines",
Description = "Magnetic fieldlines for the bastille day CME event"
}
}
@@ -71,7 +72,7 @@ assetHelper.registerSceneGraphNodesAndExport(asset, { fieldlines })
asset.meta = {
Name = "Predictive Science Inc. Fieldlines Bastille Day",
Version = "1.0",
Description = "Magnetic fieldlines for the bastille day CME event",
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 = "CC-BY",

View File

@@ -29,7 +29,8 @@ local fluxNodes = {
},
GUI = {
Path = "/Solar System/Heliosphere/Bastille Day",
Name = "Flux Nodes"
Name = "Flux Nodes",
Description = "Flux nodes for the bastille day CME event"
}
}
@@ -53,7 +54,7 @@ assetHelper.registerSceneGraphNodesAndExport(asset, { fluxNodes })
asset.meta = {
Name = "Predictive Science Inc. Flux nodes Bastille Day",
Version = "1.0",
Description = "Flux nodes for the bastille day CME event",
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 = "CC-BY",

View File

@@ -34,7 +34,8 @@ local EquatorialCutplane = {
},
GUI = {
Name = "Cutplane Equitorial",
Path = "/Solar System/Heliosphere/Bastille Day"
Path = "/Solar System/Heliosphere/Bastille Day",
Description = "Equatorial cutplane sequence for the bastille day CME event"
}
}
@@ -58,7 +59,8 @@ local MeridialCutplane = {
},
GUI = {
Name = "Cutplane Meridial",
Path = "/Solar System/Heliosphere/Bastille Day"
Path = "/Solar System/Heliosphere/Bastille Day",
Description = "Meridial cutplane sequence for the bastille day CME event"
}
}
@@ -90,9 +92,9 @@ end)
assetHelper.registerSceneGraphNodesAndExport(asset, { EquatorialCutplane, MeridialCutplane})
asset.meta = {
Name = "Predictive Science Inc. Flux nodes Bastille Days",
Name = "Predictive Science Inc. Cutplanes Bastille Days",
Version = "1.0",
Description = "Flux nodes for the bastille day CME events",
Description = [[Cutplanes for the bastille day CME event]],
Author = "CCMC, Christian Adamsson, Emilie Ho",
URL = "https://dx.doi.org/10.3847/1538-4357/aab36d",
License = "CC-BY",

View File

@@ -50,9 +50,9 @@ asset.onDeinitialize(function ()
end)
asset.meta = {
Name = "Predictive Science Inc. Stream nodes Bastille Days",
Name = "Predictive Science Inc. Flux nodes legend for Bastille Days",
Version = "1.0",
Description = "Stream nodes for the bastille day CME events",
Description = [[Screen space renderable image legend of flux nodes for the bastille day CME event]],
Author = "Christian Adamsson, Emilie Ho",
URL = "https://dx.doi.org/10.3847/1538-4357/aab36d",
License = "MIT",

View File

@@ -21,17 +21,18 @@ local travelSpeedIndicator = {
FadeLength = 10
},
GUI = {
Path = "/Solar System/Heliosphere",
Name = "Speed indicator"
Path = "/Solar System/Heliosphere/Bastille Day",
Name = "Speed indicator",
Description = "Speed of light indicator from sun to earth"
}
}
assetHelper.registerSceneGraphNodesAndExport(asset, { travelSpeedIndicator })
asset.meta = {
Name = "Lighttravel sun to earth",
Name = "Light travel from sun to earth",
Version = "1.0",
Description = "Speed of light from sun to earth",
Description = [[Speed of light indicator from sun to earth]],
Author = "CCMC, Christian Adamsson, Emilie Ho",
URL = "",
License = "MIT",

View File

@@ -14,7 +14,7 @@ asset.export("TexturesPath", TexturesPath)
asset.meta = {
Name = "Predictive Science Inc. MAS Bastille Day Textures",
Version = "1.0",
Description = "Magnetograms of the sun",
Description = [[Magnetograms of the sun as texture color layers]],
Author = "Jonathan Grangien, Matthias Berg",
URL = "https://dx.doi.org/10.3847/1538-4357/aab36d",
License = "CC-BY",

View File

@@ -23,7 +23,8 @@ local EUVLayer = {
},
GUI = {
Name = "EUV Layer",
Path = "/Solar System/Sun"
Path = "/Solar System/Sun",
Description = "Texture sequence of an extreme ultraviolet (EUV) simulation, during the CME"
}
}
@@ -47,7 +48,8 @@ assetHelper.registerSceneGraphNodesAndExport(asset, { EUVLayer })
asset.meta = {
Name = "Predictive Science Inc. EUV texture sequence Bastille Days",
Version = "1.0",
Description = "EUV simulation, texture sequence",
Description = [[Texture sequence of an extreme ultraviolet (EUV) simulation during,
the CME]],
Author = "CCMC, OpenSpace team",
URL = "https://dx.doi.org/10.3847/1538-4357/aab36d",
License = "CC-BY",