the minimal example of using the lib More...
#include <vcg/complex/complex.h>
#include <vcg/complex/algorithms/update/topology.h>
#include <vcg/complex/algorithms/update/normal.h>
#include <vcg/complex/algorithms/clean.h>
#include <vcg/complex/algorithms/smooth.h>
#include <wrap/io_trimesh/import.h>
#include <wrap/io_trimesh/export_ply.h>
Go to the source code of this file.
Classes | |
class | MyFace |
class | MyMesh |
struct | MyUsedTypes |
class | MyVertex |
Functions | |
int | main (int argc, char **argv) |
the minimal example of using the lib
This file contain a minimal example of the library
Definition in file trimesh_smooth.cpp.
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 56 of file trimesh_smooth.cpp.