Visualization Library 2.0.0

A lightweight C++ OpenGL middleware for 2D/3D graphics

VL     Star     Watch     Fork     Issue

[Download] [Tutorials] [All Classes] [Grouped Classes]
Static Public Member Functions | List of all members
vl::TriangleStripGenerator Class Reference

The TriangleStripGenerator class is used to substitute lists of triangles or quads with triangle strips. More...

#include <TriangleStripGenerator.hpp>

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.

Definition at line 44 of file TriangleStripGenerator.hpp.

Member Function Documentation

◆ stripfy()

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: