Tucano  0.1
A library for rapid prototyping with modern OpenGL and GLSL
plyimporter.hpp File Reference
#include <tucano/mesh.hpp>
#include <tucano/utils/rply.hpp>

Go to the source code of this file.

Namespaces

 Tucano
 
 Tucano::MeshImporter
 

Functions

static bool Tucano::MeshImporter::loadPlyFile (Mesh *mesh, string filename)
 Loads a mesh from an PLY file. More...
 
static int Tucano::MeshImporter::normal_cb (p_ply_argument argument)
 
static int Tucano::MeshImporter::color_cb (p_ply_argument argument)
 
static int Tucano::MeshImporter::vertex_cb (p_ply_argument argument)
 
static int Tucano::MeshImporter::face_cb (p_ply_argument argument)