Restructured Img and FontAtlas.

This commit is contained in:
2024-01-23 17:26:27 -08:00
parent 039ab8cc0f
commit 897d3b9120
13 changed files with 502 additions and 452 deletions

View File

@@ -50,7 +50,7 @@ namespace ehs
Str_8 GetId() const;
Array<Mesh> GetMeshes() const;
const Array<Mesh>& GetMeshes() const;
Array<Mesh>& GetMeshes();
@@ -58,13 +58,13 @@ namespace ehs
Mesh* GetMesh(const Str_8& inId);
Bone GetSkeleton() const;
const Bone& GetSkeleton() const;
Bone& GetSkeleton();
Animation* GetAnimation(UInt_64 inHashId);
Array<Animation> GetAnimations() const;
const Array<Animation>& GetAnimations() const;
Array<Animation>& GetAnimations();