OptionalfilterWhether the PointsMaterial points are made invisible when their intensity lies outside PointsMaterial.minIntensity and PointsMaterial.maxIntensity.
Default is false.
OptionalmaxThe maximum intensity of rendered PointsMaterial points when PointsMaterial.filterIntensity is true.
Default value is 1.0.
OptionalmaxThe maximum rendered size of PointsMaterial points when PointsMaterial.perspectivePoints is true.
Default value is 6 pixels.
OptionalminThe minimum intensity of rendered PointsMaterial points when PointsMaterial.filterIntensity is true.
Default value is 0.0.
OptionalminThe minimum rendered size of PointsMaterial points when PointsMaterial.perspectivePoints is true.
Default value is ```````` pixels.
OptionalperspectiveWhether the PointsMaterial point size reduces with distance when Camera.projection is set to PerspectiveProjectionType.
Default is true.
OptionalpointThe point size of the PointsMaterial.
Default value is 2.0 pixels.
OptionalroundWhether the PointsMaterial points are round or square.
Default is true to set points round.
Parameters for a PointsMaterial.