Refactor scene graph: Move scene loading to separate class.

This commit is contained in:
Emil Axelsson
2016-12-15 10:06:30 +01:00
parent 0ad004bdc9
commit 4751ce36c4
66 changed files with 1551 additions and 2209 deletions
@@ -0,0 +1,6 @@
return {
{
Name = "Child",
Parent = "NoDependency"
}
}
@@ -0,0 +1,6 @@
return {
{
Name = "NoDependency",
Parent = "Root"
}
}