PlaneGeometry QML Type
평면에 대한 지오메트리를 제공합니다. 더 보기...
Import Statement: | import QtQuick3D.Helpers |
Since: | Qt 6.9 |
Inherits: |
속성
- asynchronous : bool
- height : real
- meshResolution : size
- mirrored : bool
- plane : PlaneGeometry::Plane
- reversed : bool
- status : bool
- width : real
상세 설명
평면 도형은 평면을 나타내는 도형 유형입니다. 평면의 크기는 높이 및 너비 속성으로 정의됩니다. 평면의 토폴로지는 meshResolution 속성에 의해 정의됩니다. 평면의 방향은 평면 속성에 의해 정의됩니다.
속성 문서
asynchronous : bool |
이 속성은 지오메트리 생성이 비동기식이어야 하는지 여부를 나타냅니다.
height : real |
평면의 높이입니다. 기본값은 100.0입니다.
mirrored : bool |
이 프로퍼티는 평면의 UV 좌표가 수직으로 반전되는지 여부를 유지합니다.
plane : PlaneGeometry::Plane |
평면의 방향입니다. 기본값은 PlaneGeometry.XY입니다. 모든 지오메트리는 선택된 평면을 따라 생성되며, 반전이 참이 아닌 한 앞면과 법선은 나머지 양의 축을 가리킵니다.
상수 | 설명 |
---|---|
PlaneGeometry.XY | 평면의 방향이 XY 평면을 따라 지정됩니다. |
PlaneGeometry.XZ | 평면의 방향이 XZ 평면을 따라 지정됩니다. |
PlaneGeometry.ZY | 평면이 ZY 평면을 따라 배향됩니다. |
reversed : bool |
이 속성은 평면이 뒤집혀 있는지 여부를 유지합니다. 이 속성은 평면의 법선 순서와 와인딩 순서를 모두 변경합니다. 기본값은 거짓으로, 평면이 XY 방향으로 생성되면 법선은 양의 Z 방향을 가리키고 감기 순서는 시계 반대 방향이 됩니다. 반대가 참이면 법선이 음의 Z 방향을 가리키고 감는 순서는 시계 방향이 됩니다.
status : bool |
이 프로퍼티는 비동기가 참일 때 지오메트리 생성 상태를 유지합니다.
Constant | 설명 |
---|---|
PlaneGeometry.Null | 지오메트리 생성이 시작되지 않았습니다. |
PlaneGeometry.Ready | 지오메트리 생성이 완료되었습니다. |
PlaneGeometry.Loading | 지오메트리 생성이 진행 중입니다. |
PlaneGeometry.Error | 지오메트리 생성이 실패했습니다. |
width : real |
평면의 너비입니다. 기본값은 100.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.