ProceduralMeshSubset QML Type

ProceduralMesh のサブセットを定義します

Import Statement: import QtQuick3D.Helpers
Since: Qt 6.6
Inherits:

QtObject

プロパティ

詳細説明

この型は、ProceduralMesh のサブセットを定義します。各サブセットは独自のマテリアルを持つことができ、ジオメトリを複数の描画呼び出しに分割するために使用できます。

ProceduralMesh::subsetsも参照してください

プロパティの説明

count : int [default: 0]

このプロパティは、このサブセットに使用するインデックスの数を定義します。サブセットがコンテンツを持つには、このプロパティを設定する必要があります。


name : Material

このプロパティは、サブセットの名前を定義します。このプロパティはオプションで、デバッグ目的でサブセットにタグ付けするためにのみ使用されます。


offset : int [default: 0]

このプロパティは、このサブセットの開始インデックスを定義します。


© 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.