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.