SphereGeometry QML Type
SphereGeometry ermöglicht die Erstellung einer Kugel im 3D-Raum. Mehr...
Import Statement: | import Qt3D.Extras 2.8 |
In C++: | QSphereGeometry |
Status: | Deprecated |
Eigenschaften
- generateTangents : bool
- indexAttribute : Attribute
- normalAttribute : Attribute
- positionAttribute : Attribute
- radius : real
- rings : int
- slices : int
- tangentAttribute : Attribute
- texCoordAttribute : Attribute
Detaillierte Beschreibung
Der Typ SphereGeometry wird am häufigsten intern vom Typ SphereMesh verwendet, kann aber auch in benutzerdefinierten GeometryRenderer Typen verwendet werden.
Eigenschaft Dokumentation
generateTangents : bool |
Enthält den Wert des Flags für die automatische Erzeugung von Tangentenvektoren. Tangentenvektoren sind orthogonal zu Normalenvektoren.
indexAttribute : Attribute |
Enthält das Geometrie-Index-Attribut.
normalAttribute : Attribute |
Enthält das Attribut Geometrienormal.
positionAttribute : Attribute |
Enthält das Geometrie-Positionsattribut.
radius : real |
Enthält den Radius der Kugel.
rings : int |
Enthält die Anzahl der Ringe in der Kugel.
slices : int |
Enthält die Anzahl der Slices in der Kugel.
tangentAttribute : Attribute |
Enthält das Geometrie-Tangenten-Attribut.
texCoordAttribute : Attribute |
Enthält das Geometrie-Koordinatenattribut für die Textur.
© 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.