mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-01-05 03:00:58 -06:00
14 lines
237 B
Plaintext
14 lines
237 B
Plaintext
-- Loading a module without dependencies
|
|
return {
|
|
ScenePath = ".",
|
|
Camera = {
|
|
Position = {0.0, 0.0, 0.0},
|
|
Rotation = {0.0, 0.0, 0.0, 0.0},
|
|
Focus = "Root"
|
|
},
|
|
Modules = {
|
|
"no-dependency"
|
|
}
|
|
}
|
|
|