void initBuffers(std::vector< GLuint > *indices, std::vector< GLfloat > *points, std::vector< GLfloat > *normals, std::vector< GLfloat > *texCoords=nullptr, std::vector< GLfloat > *tangents=nullptr)
Call initBuffers from init() to set the data for this mesh.
Definition: triangle_mesh.cpp:9