mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-01-15 08:21:23 -06:00
34 lines
631 B
Plaintext
34 lines
631 B
Plaintext
return {
|
|
ScenePath = ".",
|
|
CommonFolder = "common",
|
|
Camera = {
|
|
Focus = "Earth",
|
|
Position = {1, 0, 0, 5},
|
|
},
|
|
Modules = {
|
|
"sun",
|
|
"mercury",
|
|
"venus",
|
|
"earth",
|
|
"mars",
|
|
"jupiter",
|
|
"saturn",
|
|
"uranus",
|
|
"neptune",
|
|
"stars",
|
|
-- "stars-denver",
|
|
"milkyway",
|
|
-- "milkyway-eso",
|
|
--"constellationbounds",
|
|
-- "fieldlines",
|
|
--"io",
|
|
--"europa",
|
|
--"ganymede",
|
|
--"callisto",
|
|
--"gridGalactic",
|
|
--"gridEcliptic",
|
|
--"gridEquatorial",
|
|
}
|
|
}
|
|
|