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