mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-04-20 09:41:19 -05:00
29 lines
468 B
Plaintext
29 lines
468 B
Plaintext
return {
|
|
ScenePath = ".",
|
|
CommonFolder = "common",
|
|
Camera = {
|
|
Focus = "dawn",
|
|
Position = {1, 0, 0, 5},
|
|
},
|
|
Modules = {
|
|
"sun",
|
|
"mercury",
|
|
"venus",
|
|
"earth",
|
|
"mars",
|
|
"jupiter",
|
|
"saturn",
|
|
"uranus",
|
|
"neptune",
|
|
"pluto",
|
|
"stars",
|
|
"milkyway",
|
|
"rosetta",
|
|
"67P",
|
|
"dawn",
|
|
"vestaprojection",
|
|
"ceres"
|
|
}
|
|
}
|
|
|