GeometryView QML Type

ジオメトリの詳細をカプセル化します。詳細...

Import Statement: import Qt3D.Core 2.8
Since: Qt 6.0
In C++: QGeometryView
Inherits:

Node

Status: Deprecated

プロパティ

詳細説明

GeometryView は、ジオメトリを扱うために必要なすべての情報を保持する。Geometry はジオメトリ データの座標を保持し、GeometryView はそのデータの解釈方法を指定します。

プロパティの説明

firstInstance : int

ベースインスタンスを保持します。


firstVertex : int

最初の頂点を保持します。


geometry : Geometry

ジオメトリを保持します。


indexBufferByteOffset : int

インデックスバッファへのバイトオフセットを保持します。


indexOffset : int

ベース頂点を保持します。


instanceCount : int

インスタンスカウントを保持します。


primitiveRestart : bool

プリミティブ再起動フラグを保持します。


primitiveType : enumeration

プリミティブのタイプを保持します。

  • 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

再開インデックスを保持します。


vertexCount : int

頂点数を保持します。


verticesPerPatch : int

パッチごとの頂点を保持します。


© 2025 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.