![]() |
ezEngine
Release 25.03
|
The data that is stored per vertex. More...
#include <Geometry.h>
Public Member Functions | |
EZ_DECLARE_POD_TYPE () | |
bool | operator< (const Vertex &rhs) const |
bool | operator== (const Vertex &rhs) const |
Public Attributes | |
ezVec3 | m_vPosition |
ezVec3 | m_vNormal |
ezVec3 | m_vTangent |
float | m_fBiTangentSign |
ezVec2 | m_vTexCoord |
ezColor | m_Color |
ezVec4U16 | m_BoneIndices |
ezColorLinearUB | m_BoneWeights |
The data that is stored per vertex.