Removed InitCube from Geometry

This commit is contained in:
Vladyslav Baranovskyi
2024-06-13 23:33:51 +03:00
parent 40f6a42a24
commit 1385b43e55
2 changed files with 0 additions and 52 deletions

View File

@@ -65,8 +65,6 @@ namespace OpenVulkano
void Init(aiMesh* mesh);
void InitCube(float x = 1, float y = 1, float z = 1, const Math::Vector4f& color = Math::Vector4f(1));
void SetIndices(const uint32_t* data, uint32_t size, uint32_t offset = 0) const;
void Close() override;