Files
OpenSpace/data/scene/milkyway/eso/eso.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

15 lines
351 B
Modula-2

return {
{
Name = "MilkyWay (ESO)",
Parent = "SolarSystem",
Renderable = {
Type = "RenderableSphere",
Size = 10E20,
Segments = 40,
Texture = "textures/eso0932a_blend.png",
Orientation = "Inside/Outside"
},
GuiPath = "/Milky Way/Milky Way"
}
}