Copyright © 2021 by K4.org
  (v.0.48.124)

A PointCloud is an unordered collection of points. PointCloud renders as a THREE.Points.

Index

Rules

colors

colors: Array

An array of THREE.Color objects. If the colors array length is not equal to the points array length then the first color will be used for all points.

Flags : Cached, Parameter (Note this is uncached)

Expression : [R.rgb(0, 0, 0)]

points

points: Array

An array of Point objects.

Flags : Cached, Parameter (Note this is uncached)

Expression : []

size

size: Number

Sets the size of the points in pixels. Default is 1.0.

Flags : Cached, Parameter (Note this is uncached)

Expression : 1.0