Files
OpenSpace/tests/SceneLoaderTest/test02.scene

15 lines
254 B
Plaintext

-- Loading a module with a direct dependency
return {
ScenePath = ".",
Camera = {
Position = {0.0, 0.0, 0.0},
Rotation = {0.0, 0.0, 0.0, 0.0},
Focus = "Root"
},
Modules = {
"no-dependency",
"child"
}
}