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

The rendering support for Spline.

Index

Rules

__mod3

__mod3: String

Internal Use Only.

Flags : Cached, External (Note this is uncached)

Expression : R.THREE.makeSpline(this.renderName,this.localVertices,this.options)

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());

options

options: Any

Internal Use Only.

Flags : Cached (Note this is uncached)

Expression : {}