GeometryRenderer QML Type

Import Statement: import Qt3D.Render 2.0
Instantiates: QGeometryRenderer

Properties

Detailed Description

Property Documentation

firstInstance : int

Holds the first vertex.


firstVertex : int

Holds the base instance.


geometry : Geometry

Holds the geometry.


indexOffset : int

Holds the base vertex.


instanceCount : int

Holds the instance count.


primitiveRestart : bool

Holds the primitive restart flag.


primitiveType : QGeometryRenderer::PrimitiveType

Holds the primitive type.


restartIndex : int

Holds the restart index.


vertexCount : int

Holds the vertex count.


verticesPerPatch : int

Holds vertices per patch.