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