Specifies the size of rasterized points. May either be set statically or by shader programs. 更多...
| import 语句: |
import Qt3D.Render 2.8
|
| 在 C++: | QPointSize |
| 继承: | |
| 状态: | Deprecated |
当 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.
|
sizeMode : enumeration |
Specifies the sizeMode to be used.
|
value : real |
Specifies the point size value to be used.