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

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)