Visualization Library 2.0.0
A 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.
|
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().
int vl::A3DSVertex::mIndex |
Definition at line 183 of file io3DS.hpp.
Referenced by vl::load3DS().
fvec3 vl::A3DSVertex::mPos |
Definition at line 180 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<().
fvec2 vl::A3DSVertex::mUV |
Definition at line 181 of file io3DS.hpp.
Referenced by operator<().
Visualization Library 2.0.0 Reference Documentation
Updated on Wed Dec 23 2020 12:44:05.
© Copyright Michele Bosi. All rights reserved.