![]() |
Plasma Engine
2.0
|
The data that is stored per vertex. More...
#include <Geometry.h>
Public Member Functions | |
| PL_DECLARE_POD_TYPE () | |
| bool | operator< (const Vertex &rhs) const |
| bool | operator== (const Vertex &rhs) const |
Public Attributes | |
| plVec3 | m_vPosition |
| plVec3 | m_vNormal |
| plVec3 | m_vTangent |
| float | m_fBiTangentSign |
| plVec2 | m_vTexCoord |
| plColor | m_Color |
| plVec4U16 | m_BoneIndices |
| plColorLinearUB | m_BoneWeights |
The data that is stored per vertex.