GLUtilTesselator transform OutlineShapes to triangles using glutess2.
More...
#include <GLUTesselator.hpp>
GLUtilTesselator transform OutlineShapes to triangles using glutess2.
Definition at line 49 of file GLUTesselator.hpp.
◆ SegmentList
◆ GLUtilTesselator() [1/2]
◆ GLUtilTesselator() [2/2]
◆ useNormal()
bool gamp::graph::tess::GLUtilTesselator::useNormal |
( |
| ) |
const |
|
inlineconstexprnoexcept |
◆ useColor()
bool gamp::graph::tess::GLUtilTesselator::useColor |
( |
| ) |
const |
|
inlineconstexprnoexcept |
◆ useTexture()
bool gamp::graph::tess::GLUtilTesselator::useTexture |
( |
| ) |
const |
|
inlineconstexprnoexcept |
◆ useIndices()
bool gamp::graph::tess::GLUtilTesselator::useIndices |
( |
| ) |
const |
|
inlineconstexprnoexcept |
◆ verbose()
bool gamp::graph::tess::GLUtilTesselator::verbose |
( |
| ) |
const |
|
inlineconstexprnoexcept |
◆ clear()
void gamp::graph::tess::GLUtilTesselator::clear |
( |
| ) |
|
|
inline |
Clears all internal data, not passed array or indices.
Definition at line 125 of file GLUTesselator.hpp.
◆ empty()
bool gamp::graph::tess::GLUtilTesselator::empty |
( |
| ) |
const |
|
inlinenoexcept |
◆ elementCount()
jau::nsize_t gamp::graph::tess::GLUtilTesselator::elementCount |
( |
| ) |
const |
|
inlinenoexcept |
◆ segments()
const std::vector< Segment > & gamp::graph::tess::GLUtilTesselator::segments |
( |
| ) |
const |
|
inlineconstexprnoexcept |
◆ tesselate() [1/3]
◆ tesselate() [2/3]
◆ tesselate() [3/3]
◆ FLAG_NORMAL
int gamp::graph::tess::GLUtilTesselator::FLAG_NORMAL = 1 << 0 |
|
staticconstexpr |
◆ FLAG_COLOR
int gamp::graph::tess::GLUtilTesselator::FLAG_COLOR = 1 << 1 |
|
staticconstexpr |
◆ FLAG_TEXTURE
int gamp::graph::tess::GLUtilTesselator::FLAG_TEXTURE = 1 << 2 |
|
staticconstexpr |
◆ FLAG_INDICES
int gamp::graph::tess::GLUtilTesselator::FLAG_INDICES = 1 << 3 |
|
staticconstexpr |
◆ FLAG_VERBOSE
int gamp::graph::tess::GLUtilTesselator::FLAG_VERBOSE = 1 << 4 |
|
staticconstexpr |
The documentation for this class was generated from the following file: