mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-04-23 20:50:59 -05:00
Refactor scene graph: Move scene loading to separate class.
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
return {
|
||||
{
|
||||
Name = "Child",
|
||||
Parent = "NoDependency"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
return {
|
||||
{
|
||||
Name = "NoDependency",
|
||||
Parent = "Root"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user