mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-01-06 03:29:44 -06:00
31 lines
594 B
Plaintext
31 lines
594 B
Plaintext
UseAccurateNewHorizonsKernels = false
|
|
|
|
return {
|
|
ScenePath = ".",
|
|
CommonFolder = "common",
|
|
Camera = {
|
|
Focus = "NewHorizons",
|
|
Position = {1, 0, 0, 5},
|
|
},
|
|
Modules = {
|
|
"sun",
|
|
"mercury",
|
|
"venus",
|
|
"earth",
|
|
"mars",
|
|
"saturn",
|
|
"uranus",
|
|
"neptune",
|
|
"newhorizons/pluto",
|
|
"newhorizons/jupiter",
|
|
"stars",
|
|
-- "stars-denver",
|
|
"milkyway",
|
|
-- "milkyway-eso",
|
|
"imageplane",
|
|
"newhorizons/newhorizons",
|
|
"newhorizons/newhorizonsfov",
|
|
}
|
|
}
|
|
|