mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-05-08 04:20:14 -05:00
bb5f4d4381
Add GuiPath to existing scenegraph nodes Add option to toggle tree representation Add caption font to UI
16 lines
381 B
Modula-2
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"
|
|
}
|
|
}
|