Class: ScreenPointsMaterialParameters
Class: ScreenPointsMaterialParameters
Parameters for ScreenPointsMaterial.
Properties
color?
optional
color:ColorRepresentation
Base color for points.
depthTest?
optional
depthTest:boolean
Ability for processing depth test for points.
maxScreenCorrection?
optional
maxScreenCorrection:number
If the point size is bigger than this factor, its size will be kept constant in the screen space. Works only with orthogonal camera and worldUnits=true.
nearScreenCorrection?
optional
nearScreenCorrection:number
If the point is closer than this distance, its size will be kept constant in the screen space. Works only with perspective camera and worldUnits=true.
reduceNearScreenSize?
optional
reduceNearScreenSize:number
Distance from camera for reducing near points screen size when worldUnits=true.
transparent?
optional
transparent:boolean
Ability for points transparency.
worldUnits?
optional
worldUnits:boolean
Size unit mode. If true then points size in real space units else in screen space units.