True once this Component has been destroyed.
Don't use this Component if this is true
.
Protected
dirtyUnique ID of this Component.
Readonly
viewThe View to which this PointsMaterial belongs.
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.
Protected
cleanProtected
cleanProtected
errorConfigures this PointsMaterial.
Protected
logProtected
setGets the current configuration of this PointsMaterial.
Protected
warnEmits an event when the Component has been destroyed.
Configures the size and shape of ViewObjects that represent clouds of points.