Visualization Library v1.0.3A lightweight C++ OpenGL middleware for 2D/3D graphics |
[Download] [Tutorials] [All Classes] [Grouped Classes] |
The A3DSVertex class represents a vertex in a 3DS file. More...
#include <io3DS.hpp>
Public Member Functions | |
A3DSVertex () | |
bool | operator< (const A3DSVertex &other) const |
Public Attributes | |
fvec3 | mPos |
fvec2 | mUV |
unsigned int | mSmoothingGroup |
int | mIndex |
The A3DSVertex class represents a vertex in a 3DS file.
Definition at line 156 of file io3DS.hpp.
bool vl::A3DSVertex::operator< | ( | const A3DSVertex & | other ) | const [inline] |
Definition at line 160 of file io3DS.hpp.
References mPos, mSmoothingGroup, mUV, vl::Vector2< T_Scalar >::s(), vl::Vector2< T_Scalar >::t(), vl::Vector3< T_Scalar >::x(), vl::Vector3< T_Scalar >::y(), and vl::Vector3< T_Scalar >::z().
Definition at line 180 of file io3DS.hpp.
Referenced by operator<().
Definition at line 181 of file io3DS.hpp.
Referenced by operator<().
unsigned int vl::A3DSVertex::mSmoothingGroup |
Definition at line 182 of file io3DS.hpp.
Referenced by vl::load3DS(), and operator<().
Definition at line 183 of file io3DS.hpp.
Referenced by vl::load3DS().