Geometry QML Type
Encapsula la geometría. Más...
Propiedades
- attributes : list<Attribute>
- boundingVolumePositionAttribute : Attribute
- maxExtent : vector3d
- minExtent : vector3d
Descripción detallada
Un tipo Geometry se utiliza para agrupar una lista de objetos Attribute para formar una forma geométrica que Qt3D es capaz de renderizar utilizando GeometryRenderer. Se pueden establecer atributos especiales para calcular el volumen límite de la forma.
Documentación de Propiedades
attributes : list<Attribute>
Contiene la lista de atributos de la geometría.
boundingVolumePositionAttribute : Attribute
Contiene el atributo utilizado para calcular el volumen delimitador. El volumen delimitador se utiliza internamente para la selección y el recorte de la vista.
Si no se especifica, el sistema buscará el atributo utilizando el nombre devuelto por QAttribute::defaultPositionAttributeName.
Véase también Attribute.
maxExtent : vector3d [read-only]
Mantiene el vértice con los valores de posición x, y, z más altos.
minExtent : vector3d [read-only]
Mantiene el vértice con los valores de posición x, y, z más bajos.
© 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.