#include <VsetTriplet.h>
Public Member Functions | |
| vSetTriplet () | |
Public Attributes | |
| std::vector< VVector > | mSet |
| unsigned int | mSetVbo |
| unsigned int | mTexCoordChannel |
Definition at line 13 of file VsetTriplet.h.
| vSetTriplet::vSetTriplet | ( | ) | [inline] |
default constructor
Definition at line 18 of file VsetTriplet.h.
| std::vector<VVector> vSetTriplet::mSet |
The Set.
Definition at line 23 of file VsetTriplet.h.
| unsigned int vSetTriplet::mSetVbo |
Handle for the VBO.
Definition at line 24 of file VsetTriplet.h.
| unsigned int vSetTriplet::mTexCoordChannel |
Texture Channel where the Set is Bound.
Definition at line 25 of file VsetTriplet.h.
1.5.4