Visualization Library 2.0.0
A lightweight C++ OpenGL middleware for 2D/3D graphics
|
[Download] [Tutorials] [All Classes] [Grouped Classes] |
COLLADA vertex. More...
#include <DaeHelpers.hpp>
Public Member Functions | |
Vert () | |
bool | operator< (const Dae::Vert &other) const |
Public Attributes | |
size_t | mAttribIndex [MAX_ATTRIBS] |
size_t | mIndex |
Static Public Attributes | |
static const int | MAX_ATTRIBS = 8 |
COLLADA vertex.
Definition at line 98 of file DaeHelpers.hpp.
|
inline |
Definition at line 102 of file DaeHelpers.hpp.
References mAttribIndex, and mIndex.
|
inline |
Definition at line 108 of file DaeHelpers.hpp.
References mAttribIndex, and MAX_ATTRIBS.
size_t vl::Dae::Vert::mAttribIndex[MAX_ATTRIBS] |
Definition at line 118 of file DaeHelpers.hpp.
Referenced by vl::DaeLoader::generateGeometry(), operator<(), and Vert().
|
static |
Definition at line 100 of file DaeHelpers.hpp.
Referenced by operator<().
size_t vl::Dae::Vert::mIndex |
Definition at line 119 of file DaeHelpers.hpp.
Referenced by vl::DaeLoader::generateGeometry(), and Vert().
Visualization Library 2.0.0 Reference Documentation
Updated on Wed Dec 23 2020 12:44:13.
© Copyright Michele Bosi. All rights reserved.