Files
OpenSpace/tests/SceneLoaderTest/test02-location.scene

15 lines
287 B
Plaintext

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