InstanceListEntry QML Type

InstanceList...에서 인스턴스를 지정합니다 . 자세한 내용은...

Import Statement: import QtQuick3D
Since: Qt 6.2
Inherits:

Object3D

속성

상세 설명

인스턴스 목록에서 하나의 인스턴스를 지정하는 데 사용되는 인스턴스 목록 엔트리 QML 유형입니다.

모든 프로퍼티는 바인딩과 애니메이션을 가질 수 있습니다. 프로퍼티를 변경하면 전체 인스턴스 테이블이 다시 계산되어 GPU에 업로드되므로 멤버가 많은 인스턴스 목록의 경우 비용이 많이 들 수 있습니다.

프로퍼티 문서

color : color

이 프로퍼티는 인스턴스의 색상을 지정합니다.


customData : vector4d

이 프로퍼티는 인스턴스의 커스텀 데이터를 지정합니다. 기본적으로 사용되지는 않지만 커스텀 머티리얼의 버텍스 셰이더에서 INSTANCE_DATA 로 사용할 수 있습니다.


eulerRotation : vector3d

이 프로퍼티는 인스턴스의 회전을 오일러 벡터, 즉 x, y 및 z 축을 중심으로 한 회전을 도 단위로 포함하는 벡터로 지정합니다.


position : vector3d

이 프로퍼티는 인스턴스의 위치를 지정합니다.


rotation : quaternion

이 프로퍼티는 인스턴스의 회전을 쿼터니언으로 지정합니다.


scale : vector3d

이 속성은 인스턴스의 배율을 x, y 및 z 축을 따라 배율을 포함하는 벡터로 지정합니다.


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