CuboidGeometry QML Type
CuboidGeometry permite la creación de un cuboide en el espacio 3D. Más...
| Import Statement: | import Qt3D.Extras 2.11 |
| In C++: | QCuboidGeometry |
| Status: | Deprecated |
Propiedades
- indexAttribute : Attribute
- normalAttribute : Attribute
- positionAttribute : Attribute
- tangentAttribute : Attribute
- texCoordAttribute : Attribute
- xExtent : real
- xyMeshResolution : size
- xzMeshResolution : size
- yExtent : real
- yzMeshResolution : size
- zExtent : real
Descripción detallada
El tipo CuboidGeometry es más comúnmente utilizado internamente por el tipo CuboidMesh 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.
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.
tangentAttribute : Attribute [read-only]
Contiene el atributo de tangente de la geometría.
texCoordAttribute : Attribute [read-only]
Contiene el atributo de coordenadas de la textura de la geometría.
xExtent : real
Mantiene la extensión x de la geometría.
xyMeshResolution : size
Contiene la resolución x-y. Los valores de anchura y altura de esta propiedad especifican el número de vértices generados para las caras x-y de la malla.
xzMeshResolution : size
Contiene la resolución x-z. Los valores de anchura y altura de esta propiedad especifican el número de vértices generados para las caras x-z de la malla.
yExtent : real
Mantiene la extensión y de la geometría.
yzMeshResolution : size
Contiene la resolución y-z. Los valores de anchura y altura de esta propiedad especifican el número de vértices generados para las caras y-z de la malla.
zExtent : real
Mantiene la extensión z 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.