GeometryView QML Type
Encapsula los detalles de la geometría. Más...
| Import Statement: | import Qt3D.Core 2.11 |
| Since: | Qt 6.0 |
| In C++: | QGeometryView |
| Inherits: | |
| Status: | Deprecated |
Propiedades
- firstInstance : int
- firstVertex : int
- geometry : Geometry
- indexBufferByteOffset : int
- indexOffset : int
- instanceCount : int
- primitiveRestart : bool
- primitiveType : enumeration
- restartIndex : int
- vertexCount : int
- verticesPerPatch : int
Descripción detallada
Un GeometryView contiene toda la información necesaria para manejar una Geometría. Una Geometría contiene las coordenadas de los datos geométricos - GeometryView especifica cómo interpretar esos datos.
Documentación de propiedades
firstInstance : int
Contiene la instancia base.
firstVertex : int
Contiene el primer vértice.
geometry : Geometry
Mantiene la geometría.
indexBufferByteOffset : int
Contiene el desplazamiento de bytes en el búfer de índice.
indexOffset : int
Contiene el vértice base.
instanceCount : int
Contiene el recuento de instancias.
primitiveRestart : bool
Contiene el indicador de reinicio primitivo.
primitiveType : enumeration
Contiene el tipo de primitiva.
- QGeometryView.Puntos
- QGeometryView.Líneas
- QGeometryView.LineLoop
- QGeometryView.LineStrip
- QGeometryView.Triángulos
- QGeometryView.TriánguloTira
- QGeometryView.TriánguloFan
- QGeometryView.LíneasAdyacencia
- QGeometryView.TriángulosAdyacencia
- QGeometryView.LíneasTiraAdyacencia
- QGeometryView.TriánguloTiraAdyacencia
- QGeometryView.Parches
Véase también Qt3DCore::QGeometryView::PrimitiveType.
restartIndex : int
Contiene el índice de reinicio.
vertexCount : int
Contiene el recuento de vértices.
verticesPerPatch : int
Contiene vértices por parche.
© 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.