![]() |
Scanframe Modular Application 0.1.0
|
Modes to be called on the available indices. More...
#include <TVertexArray.h>

Public Attributes | |
| GLenum | mode |
| Mode to call glDrawArrays() with to get a wire model. | |
| size_t | stop |
| Stop-index of the indices that belong to this mode. | |
| size_t | start {std::numeric_limits<size_t>::max()} |
| Start-index of the indices that belong to this mode. | |
| Color | color {0.0f, 0.0f, 0.0f, 0.0f} |
| Color set before rendering. Only set when not (0,0,0,0). | |
| Matrix | matrix |
| Matrix set before rendering. | |
| CullingState | culling {cfDisabled | cfBackside | cfCCW} |
| Required culling state. | |
Modes to be called on the available indices.
| Color sf::xgl::TVertexArray< VertexMembers >::ModeRange::color {0.0f, 0.0f, 0.0f, 0.0f} |
Color set before rendering. Only set when not (0,0,0,0).
| CullingState sf::xgl::TVertexArray< VertexMembers >::ModeRange::culling {cfDisabled | cfBackside | cfCCW} |
Required culling state.
| Matrix sf::xgl::TVertexArray< VertexMembers >::ModeRange::matrix |
Matrix set before rendering.
| GLenum sf::xgl::TVertexArray< VertexMembers >::ModeRange::mode |
Mode to call glDrawArrays() with to get a wire model.
| size_t sf::xgl::TVertexArray< VertexMembers >::ModeRange::start {std::numeric_limits<size_t>::max()} |
Start-index of the indices that belong to this mode.
| size_t sf::xgl::TVertexArray< VertexMembers >::ModeRange::stop |
Stop-index of the indices that belong to this mode.