mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-02-14 15:40:19 -06:00
15 lines
228 B
Plaintext
15 lines
228 B
Plaintext
return {
|
|
ScenePath = ".",
|
|
CommonFolder = "common",
|
|
Camera = {
|
|
Focus = "DebugGlobe",
|
|
Position = {1, 0, 0, 7},
|
|
},
|
|
Modules = {
|
|
"debugglobe",
|
|
"stars",
|
|
"milkyway",
|
|
}
|
|
}
|
|
|