libigl v2.5.0
|
Go to the source code of this file.
Namespaces | |
namespace | igl |
namespace | igl::opengl |
Functions | |
template<typename T > | |
void | igl::opengl::create_vector_vbo (const Eigen::Matrix< T, Eigen::Dynamic, Eigen::Dynamic > &V, GLuint &V_vbo_id) |
Create a VBO (Vertex Buffer Object) for a list of vectors: GL_ARRAY_BUFFER for the vectors (V) | |