InstanceModel QML Type

インスタンステーブルに基づいてデータモデルを定義します。詳細...

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

Object3D

プロパティ

詳細な説明

InstanceModel QML 型は、Instancing テーブルの要素へのアクセスを提供するデータモデルである。

以下のロールが利用可能です:

役割名説明
modelPositionインスタンスの位置vector3d
modelRotationインスタンスの回転quaternion
modelScaleインスタンスのスケールvector3d
modelColorインスタンスのcolor
modelDataインスタンスのカスタムデータvector4d

InstanceRepeaterも参照してください

プロパティの説明

instancingTable : Instancing

このプロパティは、モデルの基礎となるインスタンステーブルを指定します。


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