Specifies the size of rasterized points. May either be set statically or by shader programs. 更多...
import 语句: | import Qt3D.Render 2.0 |
Since: | Qt 5.7 |
实例化: | QPointSize |
继承: | RenderState |
当 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.
Specifies the sizeMode to be used.
Specifies the point size value to be used.