Gets whether points are made invisible when their intensity lies outside PointsMaterial.minIntensity and PointsMaterial.maxIntensity.
Default is false.
Sets whether points are made invisible when their intensity lies outside PointsMaterial.minIntensity and PointsMaterial.maxIntensity.
Default is false.
Gets the maximum intensity of rendered points when PointsMaterial.filterIntensity is true.
Default value is 1.
Sets the maximum intensity of rendered points when PointsMaterial.filterIntensity is true.
Default value is 1.
Gets the maximum rendered size of points when PointsMaterial.perspectivePoints is true.
Default value is 6 pixels.
Sets the maximum rendered size of points when PointsMaterial.perspectivePoints is true.
Default value is 6 pixels.
Gets the minimum intensity of rendered points when PointsMaterial.filterIntensity is true.
Default value is 0.
Sets the minimum intensity of rendered points when PointsMaterial.filterIntensity is true.
Default value is 0.
Gets the minimum rendered size of points when PointsMaterial.perspectivePoints is true.
Default value is 1.0 pixels.
Sets the minimum rendered size of points when PointsMaterial.perspectivePoints is true.
Default value is 1.0 pixels.
Gets if rendered point size reduces with distance when Camera.projection is set to PerspectiveProjectionType.
Default is false.
Sets if rendered point size reduces with distance when Camera.projection is set to PerspectiveProjectionType.
Default is true.
Gets point size.
Default value is 2.0 pixels.
Sets point size.
Default value is 2.0 pixels.
Gets if points are round or square.
Default is true to set points round.
Sets if points are round or square.
Default is true to set points round.
Configures this PointsMaterial.
Gets the current configuration of this PointsMaterial.
Configures the size and shape of ViewObjects that represent clouds of points.