Optional
filterWhether the PointsMaterial points are made invisible when their intensity lies outside PointsMaterial.minIntensity and PointsMaterial.maxIntensity.
Default is false
.
Optional
maxThe maximum intensity of rendered PointsMaterial points when PointsMaterial.filterIntensity is true
.
Default value is 1.0
.
Optional
maxThe maximum rendered size of PointsMaterial points when PointsMaterial.perspectivePoints is true
.
Default value is 6
pixels.
Optional
minThe minimum intensity of rendered PointsMaterial points when PointsMaterial.filterIntensity is true
.
Default value is 0.0
.
Optional
minThe minimum rendered size of PointsMaterial points when PointsMaterial.perspectivePoints is true
.
Default value is ```````` pixels.
Optional
perspectiveWhether the PointsMaterial point size reduces with distance when Camera.projection is set to PerspectiveProjectionType.
Default is true
.
Optional
pointThe point size of the PointsMaterial.
Default value is 2.0
pixels.
Optional
roundWhether the PointsMaterial points are round or square.
Default is true
to set points round.
Parameters for a PointsMaterial.