libigl v2.5.0
Loading...
Searching...
No Matches
vertex_array.h File Reference
#include "../igl_inline.h"
#include "gl.h"
#include <Eigen/Core>
#include "vertex_array.cpp"

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)