TorusGeometry QML Type
TorusGeometry ermöglicht die Erstellung eines Torus im 3D-Raum. Mehr...
Import Statement: | import Qt3D.Extras 2.8 |
In C++: | QTorusGeometry |
Status: | Deprecated |
Eigenschaften
- indexAttribute : Attribute
- minorRadius : real
- normalAttribute : Attribute
- positionAttribute : Attribute
- radius : real
- rings : int
- slices : int
- texCoordAttribute : Attribute
Detaillierte Beschreibung
Der Typ TorusGeometry wird am häufigsten intern vom Typ TorusMesh verwendet, kann aber auch in benutzerdefinierten GeometryRenderer Typen verwendet werden.
Eigenschaft Dokumentation
indexAttribute : Attribute |
Enthält das Geometrie-Index-Attribut.
minorRadius : real |
Enthält den inneren Radius des Torus.
normalAttribute : Attribute |
Enthält das Attribut "Geometrienormal".
positionAttribute : Attribute |
Enthält das Attribut "Geometrieposition".
radius : real |
Enthält den äußeren Radius des Torus.
rings : int |
Enthält die Anzahl der Ringe im Torus.
slices : int |
Enthält die Anzahl der Slices im Torus.
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.