En esta página

PointSize QML Type

Especifica el tamaño de los puntos rasterizados. Puede establecerse estáticamente o mediante programas de sombreado. Más...

Import Statement: import Qt3D.Render 2.11
In C++: QPointSize
Inherits:

RenderState

Status: Deprecated

Propiedades

Descripción detallada

Cuando la propiedad sizeMode está establecida a SizeMode::Fixed, el valor se establece usando glPointSize(), si está disponible. Cuando se utiliza SizeMode::Programmable, gl_PointSize debe establecerse dentro de los programas de sombreado, el valor proporcionado a este RenderState se ignora en ese caso.

Documentación de la propiedad

sizeMode : enumeration

Especifica el sizeMode a utilizar.

value : real

Especifica el valor de tamaño de punto que se utilizará.

© 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.