QPointSize露
- PyQt5.Qt3DRender.QPointSize
Inherits from QRenderState.
Description露
Specifies the size of rasterized points. May either be set statically or by shader programs.
When the sizeMode property is set to SizeMode::Fixed, the value is set using glPointSize(), if available. When using SizeMode::Programmable, gl_PointSize must be set within shader programs, the value provided to this RenderState is ignored in that case.
Enums露
- SizeMode
This enumeration specifies values for the size mode.
Member
Value
Description
Fixed 0
The point size is by the QPointSize::value.
Programmable 1
The point size value must be set in shader