Assimp
v3.1.1 (June 2014)
|
Implementation of the post processing step to split up all faces with more than three indices into triangles. More...
Macros | |
#define | POLY_GRID_X 70 |
#define | POLY_GRID_XPAD 20 |
#define | POLY_GRID_Y 40 |
#define | POLY_OUTPUT_FILE "assimp_polygons_debug.txt" |
Implementation of the post processing step to split up all faces with more than three indices into triangles.
The triangulation algorithm will handle concave or convex polygons. Self-intersecting or non-planar polygons are not rejected, but they're probably not triangulated correctly.
DEBUG SWITCHES - do not enable any of them in release builds:
AI_BUILD_TRIANGULATE_COLOR_FACE_WINDING
#define POLY_GRID_X 70 |
#define POLY_GRID_XPAD 20 |
#define POLY_GRID_Y 40 |
#define POLY_OUTPUT_FILE "assimp_polygons_debug.txt" |