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()
◆ 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 |
◆ 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 115 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/2]
◆ tesselate() [2/2]
◆ 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_VERBOSE
| int gamp::graph::tess::GLUtilTesselator::FLAG_VERBOSE = 1 << 3 |
|
staticconstexpr |
The documentation for this class was generated from the following file: