CapsuleGeometry QML Type
캡슐 모델을 생성하기 위한 지오메트리입니다. 더 보기...
Since: | Qt 6.4 |
Inherits: | |
Status: | Deprecated since 6.10 |
이 유형은 6.10부터 더 이상 사용되지 않습니다. 새 코드에서 사용하지 않는 것이 좋습니다.
속성
- diameter : real
- enableNormals : bool
- enableUV : bool
- height : real
- latitudes : int
- longitudes : int
- rings : int
자세한 설명
사용되지 않으며, QtQuick3D.Helpers.CapsuleGeometry를 사용합니다.
캡슐 모델을 생성하기 위한 지오메트리입니다.
속성 문서
diameter : real |
xz 평면에서의 지름입니다.
enableNormals : bool |
메쉬 면 법선을 생성합니다.
enableUV : bool |
메쉬 자외선 좌표를 생성합니다.
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.