Files
OpenSpace/tests/SceneLoaderTest/test01.scene

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"
}
}