![]() |
Qt 6.x
The Qt SDK
|
#include <qssgmesh_p.h>
Public Types | |
enum | Semantic { IndexSemantic = 0 , PositionSemantic , NormalSemantic , TexCoordSemantic , TangentSemantic , BinormalSemantic , JointSemantic , WeightSemantic , ColorSemantic , TexCoord1Semantic , TexCoord0Semantic = TexCoordSemantic } |
Public Member Functions | |
int | componentCount () const |
Public Attributes | |
Semantic | semantic = PositionSemantic |
Mesh::ComponentType | componentType = Mesh::ComponentType::Float32 |
int | offset = 0 |
Definition at line 159 of file qssgmesh_p.h.
Enumerator | |
---|---|
IndexSemantic | |
PositionSemantic | |
NormalSemantic | |
TexCoordSemantic | |
TangentSemantic | |
BinormalSemantic | |
JointSemantic | |
WeightSemantic | |
ColorSemantic | |
TexCoord1Semantic | |
TexCoord0Semantic |
Definition at line 160 of file qssgmesh_p.h.
|
inline |
Definition at line 178 of file qssgmesh_p.h.
Referenced by QSSGMesh::Mesh::fromRuntimeData().
Mesh::ComponentType QSSGMesh::RuntimeMeshData::Attribute::componentType = Mesh::ComponentType::Float32 |
Definition at line 175 of file qssgmesh_p.h.
Referenced by QSSGMesh::Mesh::fromRuntimeData().
int QSSGMesh::RuntimeMeshData::Attribute::offset = 0 |
Definition at line 176 of file qssgmesh_p.h.
Referenced by QSSGMesh::Mesh::fromRuntimeData().
Semantic QSSGMesh::RuntimeMeshData::Attribute::semantic = PositionSemantic |
Definition at line 174 of file qssgmesh_p.h.
Referenced by QSSGMesh::Mesh::fromRuntimeData().