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

The rendering support for PointCloud.

Index

Rules

__mod3

__mod3: String

Internal Use Only.

Flags : Cached, External (Note this is uncached)

Expression : R.THREE.makePointCloud(this.renderName, this.vertices3, this.colors, this.size, this.spec)

localVertices

localVertices: Array

Internal Use Only.

Flags : Cached (Note this is uncached)

Expression : const inv = this.nha.transform.getInverse(); return this.points.map(v=>v.xform(inv).get3());

spec

spec: Any

Internal Use Only.

Flags : Cached (Note this is uncached)

Expression : { }

vertices3

vertices3: Array

Allows direct supply of THREE.Vector3 data instead of Points. Vertices are relative to the localFrame.

Flags : Cached, Parameter (Note this is uncached)

Expression : this.localVertices