Visualization LibraryA lightweight C++ OpenGL middleware for 2D/3D graphics |
[Home] [Tutorials] [All Classes] [Grouped Classes] |
#include <vl3DS.hpp>
Public Member Functions | |
| A3DSVertex () | |
| bool | operator< (const A3DSVertex &other) const |
Public Attributes | |
| fvec3 | mPos |
| fvec2 | mUV |
| unsigned int | mSmoothingGroup |
| int | mIndex |
| vl::A3DSVertex::A3DSVertex | ( | ) | [inline] |
| bool vl::A3DSVertex::operator< | ( | const A3DSVertex & | other | ) | const [inline] |
| unsigned int vl::A3DSVertex::mSmoothingGroup |