IdentifiantMot de passe
Loading...
Mot de passe oublié ?Je m'inscris ! (gratuit)

GeometryView QML Type

Encapsulates geometry details.

This type was introduced in Qt 6.0.

Article lu   fois.

L'auteur

Liens sociaux

Viadeo Twitter Facebook Share on Google+   

GeometryView QML Type

  • Import Statement: import Qt3D.Core 2.4

  • Since:: Qt 6.0

  • Inherits:: Node

  • Instantiates:: QGeometryView

Detailed Description

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.

Property Documentation

 

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.

  • QGeometryView.Points

  • QGeometryView.Lines

  • QGeometryView.LineLoop

  • QGeometryView.LineStrip

  • QGeometryView.Triangles

  • QGeometryView.TriangleStrip

  • QGeometryView.TriangleFan

  • QGeometryView.LinesAdjacency

  • QGeometryView.TrianglesAdjacency

  • QGeometryView.LineStripAdjacency

  • QGeometryView.TriangleStripAdjacency

  • QGeometryView.Patches

See Also

restartIndex : int

Holds the restart index.

vertexCount : int

Holds the vertex count.

verticesPerPatch : int

Holds vertices per patch.

Vous avez aimé ce tutoriel ? Alors partagez-le en cliquant sur les boutons suivants : Viadeo Twitter Facebook Share on Google+