#include <vcg/complex/complex.h>
#include <vcg/complex/algorithms/update/topology.h>
#include <vcg/complex/algorithms/update/normal.h>
#include <vcg/complex/algorithms/update/flag.h>
#include <vcg/complex/algorithms/refine.h>
#include <vcg/complex/algorithms/refine_loop.h>
#include <vcg/complex/algorithms/bitquad_creation.h>
#include <wrap/io_trimesh/import_ply.h>
#include <wrap/io_trimesh/export.h>
Go to the source code of this file.
Classes | |
class | MyFace |
class | MyMesh |
struct | MyUsedTypes |
class | MyVertex |
Defines | |
#define | BUTTERFLY 3 |
#define | CATMULL 2 |
#define | FLAT 0 |
#define | LOOP 1 |
#define | ONE_QUAD_X_EDGE 4 |
Functions | |
int | main (int argc, char **argv) |
#define BUTTERFLY 3 |
Definition at line 35 of file trimesh_refine.cpp.
#define CATMULL 2 |
Definition at line 34 of file trimesh_refine.cpp.
#define FLAT 0 |
Definition at line 32 of file trimesh_refine.cpp.
#define LOOP 1 |
Definition at line 33 of file trimesh_refine.cpp.
#define ONE_QUAD_X_EDGE 4 |
Definition at line 36 of file trimesh_refine.cpp.
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 38 of file trimesh_refine.cpp.