This commit is contained in:
2026-02-13 08:24:03 -06:00
parent ec8a9c9f4f
commit f9f311c82b
12 changed files with 569 additions and 56 deletions

View File

@@ -14,7 +14,8 @@ namespace Archimedes {
~Object() {};
private:
glm::mat4 worldTransform = glm::mat4(1.0f);
};
}