Reworked mesh asset loading

This commit is contained in:
Dynamitos
2024-05-01 14:10:52 +02:00
parent 19922f4624
commit 2c1669aab4
23 changed files with 647 additions and 460 deletions
+1
View File
@@ -24,6 +24,7 @@ public:
private:
OMaterial material;
friend class MaterialLoader;
friend class MeshLoader;
};
DEFINE_REF(MaterialAsset)
} // namespace Seele