10 enemies in demo

This commit is contained in:
h4570
2022-08-12 23:40:26 +02:00
parent 2054dba4ec
commit 8829bf3035
23 changed files with 596 additions and 224 deletions
+3
View File
@@ -29,6 +29,9 @@ class Mesh {
M4x4 translation, rotation, scale;
/** nullptr if not found */
MeshMaterial* getMaterialByName(const std::string& name);
std::vector<MeshMaterial*> materials;
M4x4 getModelMatrix() const;