mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-02-06 19:49:36 -06:00
16 lines
233 B
Plaintext
16 lines
233 B
Plaintext
return {
|
|
ScenePath = ".",
|
|
CommonFolder = "common",
|
|
Camera = {
|
|
Focus = "Earth",
|
|
Position = {1, 0, 0, 5},
|
|
},
|
|
Modules = {
|
|
"sun",
|
|
"earth",
|
|
"stars",
|
|
"milkyway",
|
|
}
|
|
}
|
|
|