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

16 lines
381 B
Modula-2

return {
{
Name = "MilkyWay",
Parent = "SolarSystem",
Renderable = {
Type = "RenderableSphere",
Size = 10E22,
Segments = 40,
Alpha = 0.2,
Texture = "textures/DarkUniverse_mellinger_8k.jpg",
Orientation = "Inside/Outside"
},
GuiPath = "/Milky Way/Milky Way"
}
}