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

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)