Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
QQuick3DGeometry::Attribute Struct Reference

#include <qquick3dgeometry.h>

+ Collaboration diagram for QQuick3DGeometry::Attribute:

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
 

Detailed Description

Definition at line 33 of file qquick3dgeometry.h.

Member Enumeration Documentation

◆ ComponentType

Enumerator
U16Type 
U32Type 
I32Type 
F32Type 

Definition at line 51 of file qquick3dgeometry.h.

◆ Semantic

Enumerator
IndexSemantic 
PositionSemantic 
NormalSemantic 
TexCoordSemantic 
TangentSemantic 
BinormalSemantic 
JointSemantic 
WeightSemantic 
ColorSemantic 
TargetPositionSemantic 
TargetNormalSemantic 
TargetTangentSemantic 
TargetBinormalSemantic 
TexCoord1Semantic 
TexCoord0Semantic 

Definition at line 34 of file qquick3dgeometry.h.

Member Data Documentation

◆ componentType

ComponentType QQuick3DGeometry::Attribute::componentType = F32Type

Definition at line 59 of file qquick3dgeometry.h.

◆ offset

int QQuick3DGeometry::Attribute::offset = -1

Definition at line 58 of file qquick3dgeometry.h.

◆ semantic

Semantic QQuick3DGeometry::Attribute::semantic = PositionSemantic

Definition at line 57 of file qquick3dgeometry.h.


The documentation for this struct was generated from the following file: