Visualization Library v1.0.3A 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.
vl::Dae::Vert::Vert | ( | ) | [inline] |
Definition at line 102 of file DaeHelpers.hpp.
References mAttribIndex, and mIndex.
bool vl::Dae::Vert::operator< | ( | const Dae::Vert & | other ) | const [inline] |
Definition at line 108 of file DaeHelpers.hpp.
References mAttribIndex, and MAX_ATTRIBS.
const int vl::Dae::Vert::MAX_ATTRIBS = 8 [static] |
Definition at line 100 of file DaeHelpers.hpp.
Referenced by operator<().
Definition at line 118 of file DaeHelpers.hpp.
Referenced by vl::DaeLoader::generateGeometry(), operator<(), and Vert().
size_t vl::Dae::Vert::mIndex |
Definition at line 119 of file DaeHelpers.hpp.
Referenced by vl::DaeLoader::generateGeometry(), and Vert().