Skip to content

createPointCloud#maxPointSize

Summary

createPointCloud#maxPointSize gets or sets the finite maximum rendered point diameter in pixels. It must be nonnegative and at least minPointSize. Assignment marks uniforms dirty.

Syntax

PointCloud.maxPointSize: number
const value = pointCloud.maxPointSize;
pointCloud.maxPointSize = 24;

Returns

number - The stored maximum size. The default is 16.

See Also