PlaneGeometry QML Type
PlaneGeometry ermöglicht die Erstellung einer Ebene im 3D-Raum. Mehr...
Import Statement: | import Qt3D.Extras 2.8 |
In C++: | QPlaneGeometry |
Status: | Deprecated |
Eigenschaften
- height : real
- indexAttribute : Attribute
- mirrored : bool
- normalAttribute : Attribute
- positionAttribute : Attribute
- resolution : size
- tangentAttribute : Attribute
- texCoordAttribute : Attribute
- width : real
Detaillierte Beschreibung
Der Typ PlaneGeometry wird am häufigsten intern vom Typ PlaneMesh verwendet, kann aber auch in benutzerdefinierten GeometryRenderer Typen verwendet werden.
Eigenschaft Dokumentation
height : real |
Enthält die Höhe der Ebene.
indexAttribute : Attribute |
Enthält das Geometrie-Index-Attribut.
mirrored : bool |
Steuert, ob die UV-Koordinaten der Ebene vertikal gespiegelt werden sollen.
normalAttribute : Attribute |
Enthält das Attribut Geometrienormal.
positionAttribute : Attribute |
Enthält das Attribut für die Geometrieposition.
resolution : size |
Enthält die Auflösung der Ebene.
tangentAttribute : Attribute |
Enthält das Geometrie-Tangenten-Attribut.
texCoordAttribute : Attribute |
Enthält das Geometriekoordinatenattribut Textur.
width : real |
Enthält die Breite der Ebene.
© 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.