mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-01-04 02:29:49 -06:00
17 lines
283 B
Plaintext
17 lines
283 B
Plaintext
-- Multiple Dependencies
|
|
return {
|
|
ScenePath = ".",
|
|
Camera = {
|
|
Position = {0.0, 0.0, 0.0},
|
|
Rotation = {0.0, 0.0, 0.0, 0.0},
|
|
Focus = "Root"
|
|
},
|
|
Modules = {
|
|
"child",
|
|
"child-and-dependent",
|
|
"no-dependency",
|
|
"dependent"
|
|
}
|
|
}
|
|
|