mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-04-20 17:51:19 -05:00
9b24f407a6
Adding empty class of SceneGraphLoader
10 lines
204 B
Plaintext
10 lines
204 B
Plaintext
-- Loading a module with a dependency on the common module in a different folder
|
|
return {
|
|
ScenePath = "scene-folder",
|
|
CommonFolder = "common",
|
|
Modules = {
|
|
"common-dependency"
|
|
}
|
|
}
|
|
|