the minimal example of using the lib More...
#include <vcg/complex/complex.h>
#include <wrap/io_trimesh/import_off.h>
#include <vcg/complex/algorithms/update/topology.h>
#include <vcg/complex/algorithms/update/normal.h>
Go to the source code of this file.
Classes | |
class | MyEdge |
class | MyFace |
class | MyMesh |
struct | MyUsedTypes |
class | MyVertex |
class | MyVertex0 |
class | MyVertex1 |
class | MyVertex2 |
Functions | |
int | main (int argc, char **argv) |
the minimal example of using the lib
This file contain a minimal example of the library, showing how to load a mesh and how to compute per vertex normals on it.
Definition in file trimesh_base.cpp.
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 54 of file trimesh_base.cpp.