Files
OpenSpace/data/scene/saturn/enceladus/enceladus.mod
T
Alexander Bock bb5f4d4381 Rename GuiGrouping to GuiPath
Add GuiPath to existing scenegraph nodes
Add option to toggle tree representation
Add caption font to UI
2017-10-13 13:08:59 -04:00

51 lines
1.5 KiB
Modula-2

return {
{
Name = "Enceladus",
Parent = "SaturnBarycenter",
Renderable = {
Type = "RenderableGlobe",
Radii = 252000,
SegmentsPerPatch = 64,
Layers = {
ColorLayers = {
{
Name = "Enceladus Texture",
FilePath = "textures/enceladus.jpg",
Enabled = true
}
}
}
},
Transform = {
Translation = {
Type = "SpiceTranslation",
Target = "ENCELADUS",
Observer = "SATURN BARYCENTER",
Kernels = "${OPENSPACE_DATA}/spice/sat375.bsp"
},
Rotation = {
Type = "SpiceRotation",
SourceFrame = "IAU_ENCELADUS",
DestinationFrame = "GALACTIC"
}
},
GuiPath = "/Solar System/Planets/Saturn/Moons"
},
{
Name = "EnceladusTrail",
Parent = "SaturnBarycenter",
Renderable = {
Type = "RenderableTrailOrbit",
Translation = {
Type = "SpiceTranslation",
Target = "ENCELADUS",
Observer = "SATURN BARYCENTER",
},
Color = { 0.5, 0.3, 0.3 },
Period = 33 / 24,
Resolution = 1000
},
GuiPath = "/Solar System/Planets/Saturn/Moons"
}
}