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

The rendering support for Polyline.

Index

Rules

__mod3

__mod3: String

Internal Use Only.

Flags : Cached, External (Note this is uncached)

Expression : R.THREE.makePolyline(this.renderName,this.localVertices)

localVertices

localVertices: Array

Internal Use Only.

Flags : Cached (Note this is uncached)

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