add custom-models in hand support

This commit is contained in:
MihailRis
2024-11-04 18:02:42 +03:00
parent 5ed37d8604
commit 5a431ed898
6 changed files with 180 additions and 7 deletions
+8
View File
@@ -118,4 +118,12 @@ public:
tint
);
}
void cube(
const glm::vec3& coord,
const glm::vec3& size,
const UVRegion(&texfaces)[6],
const glm::vec4& tint,
bool shading
);
};