mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-01-16 00:41:18 -06:00
11 lines
152 B
Modula-2
11 lines
152 B
Modula-2
return {
|
|
-- Solar System module
|
|
{
|
|
Name = "SolarSystem",
|
|
Parent = "Root",
|
|
Ephemeris = {
|
|
Type = "Static",
|
|
Position = { 0, 0, 0, 0}
|
|
}
|
|
},
|
|
} |