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.cpp File Reference

(f1202c840b580642978d1be37dcede5ce6cd28c6)

#include "qquick3dgeometry_p.h"
#include "qquick3dscenemanager_p.h"
#include <QtQuick3DUtils/private/qssgutils_p.h>
+ Include dependency graph for qquick3dgeometry.cpp:

Go to the source code of this file.

Functions

static QSSGMesh::Mesh::DrawMode mapPrimitiveType (QQuick3DGeometry::PrimitiveType t)
 
static QSSGMesh::RuntimeMeshData::Attribute::Semantic mapSemantic (QQuick3DGeometry::Attribute::Semantic s)
 
static QSSGMesh::Mesh::ComponentType mapComponentType (QQuick3DGeometry::Attribute::ComponentType t)
 

Function Documentation

◆ mapComponentType()

Definition at line 880 of file qquick3dgeometry.cpp.

References QQuick3DGeometry::Attribute::F32Type, QQuick3DGeometry::Attribute::I32Type, QQuick3DGeometry::Attribute::U16Type, and QQuick3DGeometry::Attribute::U32Type.

Referenced by QQuick3DGeometry::updateSpatialNode().

+ Here is the caller graph for this function:

◆ mapPrimitiveType()

static QSSGMesh::Mesh::DrawMode mapPrimitiveType ( QQuick3DGeometry::PrimitiveType t)
inlinestatic

Definition at line 824 of file qquick3dgeometry.cpp.

References QQuick3DGeometry::Lines, QQuick3DGeometry::LineStrip, QQuick3DGeometry::Points, QQuick3DGeometry::TriangleFan, QQuick3DGeometry::Triangles, and QQuick3DGeometry::TriangleStrip.

Referenced by QQuick3DGeometry::updateSpatialNode().

+ Here is the caller graph for this function:

◆ mapSemantic()