mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-02-05 11:09:12 -06:00
26 lines
411 B
Plaintext
26 lines
411 B
Plaintext
return {
|
|
ScenePath = ".",
|
|
CommonFolder = "common",
|
|
Camera = {
|
|
Focus = "67P",
|
|
Position = {1, 0, 0, 5},
|
|
},
|
|
Modules = {
|
|
"sun",
|
|
"mercury",
|
|
"venus",
|
|
"earth",
|
|
"mars",
|
|
"jupiter",
|
|
"saturn",
|
|
"uranus",
|
|
"neptune",
|
|
-- "pluto",
|
|
"stars",
|
|
"milkyway",
|
|
"rosetta",
|
|
"67P",
|
|
}
|
|
}
|
|
|