Implementing basic scene tree

This commit is contained in:
Dynamitos
2020-04-15 02:04:42 +02:00
parent 576747c369
commit 3ef8342247
34 changed files with 722 additions and 54 deletions
+2 -2
View File
@@ -26,7 +26,7 @@ struct Rect
};
struct Rect3D
{
Vector3 size;
Vector3 offset;
Vector size;
Vector offset;
};
} // namespace Seele