The TriangleStripGenerator class is used to substitute lists of triangles or quads with triangle strips.
More...
#include <TriangleStripGenerator.hpp>
List of all members.
Public Member Functions |
| virtual const char * | className () |
Static Public Member Functions |
| static void | stripfy (Geometry *geom, int cache_size=22, bool merge_strips=true, bool remove_doubles=true, bool substitute_quads=true) |
Detailed Description
The TriangleStripGenerator class is used to substitute lists of triangles or quads with triangle strips.
Member Function Documentation
| virtual const char* vl::TriangleStripGenerator::className |
( |
) |
[inline, virtual] |
| void TriangleStripGenerator::stripfy |
( |
Geometry * |
geom, |
|
|
int |
cache_size = 22, |
|
|
bool |
merge_strips = true, |
|
|
bool |
remove_doubles = true, |
|
|
bool |
substitute_quads = true |
|
) |
| [static] |
The documentation for this class was generated from the following files: