![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#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 202 of file qssgmesh_p.h.
| Enumerator | |
|---|---|
| IndexSemantic | |
| PositionSemantic | |
| NormalSemantic | |
| TexCoordSemantic | |
| TangentSemantic | |
| BinormalSemantic | |
| JointSemantic | |
| WeightSemantic | |
| ColorSemantic | |
| TexCoord1Semantic | |
| TexCoord0Semantic | |
Definition at line 203 of file qssgmesh_p.h.
|
inline |
Definition at line 221 of file qssgmesh_p.h.
| Mesh::ComponentType QSSGMesh::RuntimeMeshData::Attribute::componentType = Mesh::ComponentType::Float32 |
Definition at line 218 of file qssgmesh_p.h.
| int QSSGMesh::RuntimeMeshData::Attribute::offset = 0 |
Definition at line 219 of file qssgmesh_p.h.
Referenced by testing.tools.fixup_pdf_template.TemplateProcessor::insert_xref_entry(), and testing.tools.fixup_pdf_template.TemplateProcessor::process_line().
| Semantic QSSGMesh::RuntimeMeshData::Attribute::semantic = PositionSemantic |
Definition at line 217 of file qssgmesh_p.h.