Encapsulates geometry details. More...
| Import Statement: | import Qt3D.Core 2.8 |
| Since: | Qt 6.0 |
| In C++: | QGeometryView |
| Inherits: | |
| Status: | Deprecated |
A GeometryView holds all the information necessary to handle a Geometry. A Geometry holds the coordinates of the geometry data - GeometryView specifies how to interpret that data.
|
firstInstance : int |
Holds the base instance.
|
firstVertex : int |
Holds the first vertex.
|
geometry : Geometry |
Holds the geometry.
|
indexBufferByteOffset : int |
Holds the byte offset into the index buffer.
|
indexOffset : int |
Holds the base vertex.
|
instanceCount : int |
Holds the instance count.
|
primitiveRestart : bool |
Holds the primitive restart flag.
|
primitiveType : enumeration |
Holds the primitive type.
See also Qt3DCore::QGeometryView::PrimitiveType.
|
restartIndex : int |
Holds the restart index.
|
vertexCount : int |
Holds the vertex count.
|
verticesPerPatch : int |
Holds vertices per patch.