TorusGeometry QML Type
TorusGeometry permite la creación de un toroide en el espacio 3D. Más...
| Import Statement: | import Qt3D.Extras 2.11 |
| In C++: | QTorusGeometry |
| Status: | Deprecated |
Propiedades
- indexAttribute : Attribute
- minorRadius : real
- normalAttribute : Attribute
- positionAttribute : Attribute
- radius : real
- rings : int
- slices : int
- texCoordAttribute : Attribute
Descripción detallada
El tipo TorusGeometry es más comúnmente utilizado internamente por el tipo TorusMesh pero también puede ser utilizado en tipos personalizados GeometryRenderer.
Documentación de propiedades
indexAttribute : Attribute [read-only]
Contiene el atributo de índice de geometría.
minorRadius : real
Mantiene el radio interior del toroide.
normalAttribute : Attribute [read-only]
Contiene el atributo normal de la geometría.
positionAttribute : Attribute [read-only]
Contiene el atributo de posición de la geometría.
radius : real
Mantiene el radio exterior del toroide.
rings : int
Contiene el número de anillos del toroide.
slices : int
Contiene el número de cortes del toroide.
texCoordAttribute : Attribute [read-only]
Contiene el atributo de coordenadas de la textura de la geometría.
© 2026 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.