![]() |
Qt 6.x
The Qt SDK
|
#include <qquick3dgeometry.h>
Public Types | |
enum | Semantic { IndexSemantic , PositionSemantic , NormalSemantic , TexCoordSemantic , TangentSemantic , BinormalSemantic , JointSemantic , WeightSemantic , ColorSemantic , TargetPositionSemantic , TargetNormalSemantic , TargetTangentSemantic , TargetBinormalSemantic , TexCoord1Semantic , TexCoord0Semantic = TexCoordSemantic } |
enum | ComponentType { U16Type , U32Type , I32Type , F32Type } |
Public Attributes | |
Semantic | semantic = PositionSemantic |
int | offset = -1 |
ComponentType | componentType = F32Type |
Definition at line 33 of file qquick3dgeometry.h.
Enumerator | |
---|---|
U16Type | |
U32Type | |
I32Type | |
F32Type |
Definition at line 51 of file qquick3dgeometry.h.
Definition at line 34 of file qquick3dgeometry.h.
ComponentType QQuick3DGeometry::Attribute::componentType = F32Type |
Definition at line 59 of file qquick3dgeometry.h.
int QQuick3DGeometry::Attribute::offset = -1 |
Definition at line 58 of file qquick3dgeometry.h.
Semantic QQuick3DGeometry::Attribute::semantic = PositionSemantic |
Definition at line 57 of file qquick3dgeometry.h.