CapsuleGeometry QML Type
캡슐 모델을 생성하기 위한 지오메트리입니다. 더 보기...
Since: | Qt 6.4 |
Inherits: |
속성
- diameter : real
- enableNormals : bool
- enableUV : bool
- height : real
- latitudes : int
- longitudes : int
- rings : int
상세 설명
캡슐 모델 생성을 위한 지오메트리입니다.
프로퍼티 문서
diameter : real |
xz 평면의 지름입니다.
enableNormals : bool |
메시 면 노멀을 생성합니다.
enableUV : bool |
메시 UV 좌표를 생성합니다.
height : real |
반구를 제외한 Y축에서 가운데 원통의 높이입니다.
latitudes : int |
경사도에 따라 분포된 위도 수입니다. 짝수여야 합니다.
longitudes : int |
방위각에 따라 분포된 경도 또는 자오선의 수입니다.
rings : int |
반구 사이의 원통형 섹션 수입니다.
© 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.