#include "mesh_loader.h"
#include <vector>
#include <string>
#include <ply.h>
#include "matvec3D.h"
#include <iostream>
Go to the source code of this file.
Variables | |
const char * | elem_names [] |
PlyProperty | face_props [] |
PlyProperty | vert_props [] |
const char* elem_names[] |
{ "vertex", "face" }
Definition at line 39 of file mesh_loader.cpp.