InstanceModel QML Type

인스턴스 테이블을 기반으로 데이터 모델을 정의합니다. 자세히...

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

Object3D

속성

상세 설명

인스턴스모델 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.