PickTriangleEvent QML Type
PickTriangleEvent는 삼각형이 선택될 때 정보를 저장합니다. 더 보기...
Import Statement: | import Qt3D.Render 2.8 |
In C++: | QPickTriangleEvent |
Status: | Deprecated |
속성
- triangleIndex : uint
- vertex1Index : uint
- vertex2Index : uint
- vertex3Index : uint
상세 설명
QPickingSettings::pickMode()가 QPickingSettings::TrianglePicking으로 설정되면, QObjectPicker의 신호는 QPickTriangleEvent의 인스턴스를 전달합니다.
여기에는 선택된 삼각형의 세부 정보가 포함됩니다.
참고: 인덱스 렌더링의 경우, 점 인덱스는 좌표 배열이 아닌 인덱스 배열에 상대적입니다.
PickingSettings, PickEvent, ObjectPicker, Attribute 을참조하세요 .
속성 문서
triangleIndex : uint |
이벤트의 트라이앵글 인덱스를 지정합니다.
vertex1Index : uint |
삼각형의 첫 번째 꼭지점의 인덱스를 지정합니다.
vertex2Index : uint |
삼각형에서 두 번째 꼭지점의 인덱스를 지정합니다.
vertex3Index : uint |
삼각형에서 세 번째 꼭지점의 인덱스를 지정합니다.
© 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.