PlaneGeometry QML Type
평면 기하학을 사용하면 3D 공간에서 평면을 만들 수 있습니다. 더 보기...
Import Statement: | import Qt3D.Extras 2.8 |
In C++: | QPlaneGeometry |
Status: | Deprecated |
속성
- height : real
- indexAttribute : Attribute
- mirrored : bool
- normalAttribute : Attribute
- positionAttribute : Attribute
- resolution : size
- tangentAttribute : Attribute
- texCoordAttribute : Attribute
- width : real
상세 설명
PlaneGeometry 유형은 PlaneMesh 유형에서 내부적으로 가장 일반적으로 사용되지만 사용자 정의 GeometryRenderer 유형에서도 사용할 수 있습니다.
프로퍼티 문서
height : real |
평면 높이를 보유합니다.
indexAttribute : Attribute |
지오메트리 인덱스 어트리뷰트를 보유합니다.
mirrored : bool |
평면의 UV 좌표가 수직으로 뒤집힐지 여부를 제어합니다.
normalAttribute : Attribute |
지오메트리 노멀 속성을 보유합니다.
positionAttribute : Attribute |
지오메트리 위치 속성을 보유합니다.
resolution : size |
평면 해상도를 유지합니다.
tangentAttribute : Attribute |
지오메트리 탄젠트 어트리뷰트를 보유합니다.
texCoordAttribute : Attribute |
지오메트리 텍스처 좌표 특성을 보유합니다.
width : real |
평면 너비를 보유합니다.
© 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.