CylinderGeometry QML Type
CylinderGeometry ermöglicht die Erstellung eines Zylinders im 3D-Raum. Mehr...
Import Statement: | import Qt3D.Extras 2.8 |
In C++: | QCylinderGeometry |
Status: | Deprecated |
Eigenschaften
- indexAttribute : Attribute
- length : real
- normalAttribute : Attribute
- positionAttribute : Attribute
- radius : real
- rings : int
- slices : int
- texCoordAttribute : Attribute
Detaillierte Beschreibung
Der Typ CylinderGeometry wird in der Regel intern vom Typ CylinderMesh verwendet, kann aber auch in benutzerdefinierten GeometryRenderer Typen verwendet werden.
Eigenschaft Dokumentation
indexAttribute : Attribute |
Enthält das Geometrie-Index-Attribut.
length : real |
Enthält die Länge des Zylinders.
normalAttribute : Attribute |
Enthält das Attribut geometry normal.
positionAttribute : Attribute |
Enthält das Attribut "Geometrieposition".
radius : real |
Enthält den Radius des Zylinders.
rings : int |
Enthält die Anzahl der Ringe des Zylinders.
slices : int |
Enthält die Anzahl der Slices im Zylinder.
texCoordAttribute : Attribute |
Enthält das Koordinatenattribut der Geometrietextur.
© 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.