chunkmesh: cleanup

intervalmaps-array-y
emamaker 2022-11-17 12:53:31 +01:00
parent c8f429564c
commit 9b133181ba
1 changed files with 0 additions and 3 deletions

View File

@ -25,9 +25,6 @@ public:
private:
void quad(glm::vec3 bottomLeft, glm::vec3 topLeft, glm::vec3 topRight, glm::vec3 bottomRight, Block block, bool backFace);
// GLfloat vertices[(CHUNK_VOLUME)*8 * 3]{};
// GLuint indices[(CHUNK_VOLUME)*8]{};
// int vIndex{}, iIndex{};
std::vector<GLfloat> vertices;
std::vector<GLfloat> colors;
std::vector<GLuint> indices;