SphereGeometry QML Type
구의 지오메트리를 제공합니다. 더 보기...
Import Statement: | import QtQuick3D.Helpers |
Since: | Qt 6.9 |
Inherits: |
속성
- asynchronous : bool
- radius : real
- rings : int
- segments : int
- status : bool
상세 설명
구체기하학은 구를 나타내는 기하학 유형입니다. 구의 크기는 반지름으로 정의됩니다. 구의 토폴로지는 고리와 세그먼트의 수로 정의됩니다.
속성 문서
asynchronous : bool |
이 프로퍼티는 지오메트리 생성이 비동기식이어야 하는지 여부를 나타냅니다.
radius : real |
구의 반지름입니다. 기본값은 100.0입니다.
rings : int |
구의 고리 수입니다. 기본값은 16입니다.
segments : int |
구의 세그먼트 수입니다. 기본값은 32입니다.
status : bool |
이 속성은 비동기가 참일 때 지오메트리 생성 상태를 유지합니다.
Constant | 설명 |
---|---|
SphereGeometry.Null | 지오메트리 생성이 시작되지 않았습니다. |
SphereGeometry.Ready | 지오메트리 생성이 완료되었습니다. |
SphereGeometry.Loading | 지오메트리 생성이 진행 중입니다. |
SphereGeometry.Error | 지오메트리 생성에 실패했습니다. |
© 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.