GeometryView QML Type

Encapsulates geometry details. 更多...

导入语句: import Qt3D.Core 2.6
Since: Qt 6.0
实例化: QGeometryView
继承:

Node

特性

详细描述

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 : 几何体

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.

  • QGeometryView.Points
  • QGeometryView.Lines
  • QGeometryView.LineLoop
  • QGeometryView.LineStrip
  • QGeometryView.Triangles
  • QGeometryView.TriangleStrip
  • QGeometryView.TriangleFan
  • QGeometryView.LinesAdjacency
  • QGeometryView.TrianglesAdjacency
  • QGeometryView.LineStripAdjacency
  • QGeometryView.TriangleStripAdjacency
  • QGeometryView.Patches

另请参阅 Qt3DCore::QGeometryView::PrimitiveType .


restartIndex : int

Holds the restart index.


vertexCount : int

Holds the vertex count.


verticesPerPatch : int

Holds vertices per patch.