libigl v2.5.0
|
Go to the source code of this file.
Namespaces | |
namespace | igl |
namespace | igl::opengl |
Functions | |
void | igl::opengl::create_index_vbo (const Eigen::MatrixXi &F, GLuint &F_vbo_id) |
Create a VBO (Vertex Buffer Object) for a list of indices: GL_ELEMENT_ARRAY_BUFFER_ARB for the triangle indices (F) | |