libigl v2.5.0
|
Go to the source code of this file.
Namespaces | |
namespace | igl |
namespace | igl::opengl |
Functions | |
template<typename DerivedV , typename DerivedF > | |
void | igl::opengl::vertex_array (const Eigen::PlainObjectBase< DerivedV > &V, const Eigen::PlainObjectBase< DerivedF > &F, GLuint &va_id, GLuint &ab_id, GLuint &eab_id) |
Create a GL_VERTEX_ARRAY for a given mesh (V,F) | |