Class: ScreenPointsMaterialParameters
Class: ScreenPointsMaterialParameters
Parameters for ScreenPointsMaterial.
Properties
color?
optionalcolor:ColorRepresentation
Base color for points.
depthTest?
optionaldepthTest:boolean
Ability for processing depth test for points.
maxScreenCorrection?
optionalmaxScreenCorrection: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?
optionalnearScreenCorrection: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?
optionalreduceNearScreenSize:number
Distance from camera for reducing near points screen size when worldUnits=true.
transparent?
optionaltransparent:boolean
Ability for points transparency.
worldUnits?
optionalworldUnits:boolean
Size unit mode. If true then points size in real space units else in screen space units.