SphereGeometry QML Type
Bietet Geometrie für eine Kugel. Mehr...
Import Statement: | import QtQuick3D.Helpers |
Since: | Qt 6.9 |
Inherits: |
Eigenschaften
- asynchronous : bool
- radius : real
- rings : int
- segments : int
- status : bool
Detaillierte Beschreibung
SphereGeometry ist ein Geometrietyp, der eine Kugel darstellt. Die Größe der Kugel wird durch ihren Radius definiert. Die Topologie der Kugel wird durch die Anzahl der Ringe und Segmente definiert.
Eigenschaft Dokumentation
asynchronous : bool |
Diese Eigenschaft legt fest, ob die Geometrieerzeugung asynchron erfolgen soll.
radius : real |
Der Radius der Kugel. Der Standardwert ist 100.0.
rings : int |
Die Anzahl der Ringe in der Kugel. Der Standardwert ist 16.
segments : int |
Die Anzahl der Segmente in der Kugel. Der Standardwert ist 32.
status : bool |
Diese Eigenschaft enthält den Status der Geometrieerzeugung, wenn asynchron wahr ist.
Konstante | Beschreibung |
---|---|
SphereGeometry.Null | Die Geometrieerzeugung hat nicht begonnen |
SphereGeometry.Ready | Die Geometrieerstellung ist abgeschlossen. |
SphereGeometry.Loading | Die Geometrieerstellung ist im Gange. |
SphereGeometry.Error | Die Geometrieerstellung ist fehlgeschlagen. |
© 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.