mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-01-04 10:40:09 -06:00
13 lines
218 B
Plaintext
13 lines
218 B
Plaintext
-- Loading an empty common and module dictionary
|
|
return {
|
|
ScenePath = ".",
|
|
Camera = {
|
|
Position = {0.0, 0.0, 0.0},
|
|
Rotation = {0.0, 0.0, 0.0, 0.0},
|
|
Focus = "Root"
|
|
},
|
|
Modules = {
|
|
}
|
|
}
|
|
|