Removed InitCube from Geometry
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user