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

The rendering support for PolyFaceMesh.

Index

Rules

__mod3

__mod3: String

Internal Use Only.

Flags : Cached, External (Note this is uncached)

Expression : R.THREE.makeMesh(this.renderName,this.vertices3,this.faceSets, this.spec)

geometryTag

geometryTag: String

Internal Use Only.

Flags : Cached, Parameter (Note this is uncached)

Expression : ""

meshData

meshData: Any

Untransformed geometry definition data

Flags : Cached (Note this is uncached)

Expression : return R.THREE.getMeshData(this.__pm3);

norm3

norm3: Array

Returns an array of THREE.Vector3 representing the normals of each face.

Flags : Cached (Note this is uncached)

Expression : this.normals.map(face => face.map(v => v.get3()))

spec

spec: Any

Internal Use Only.

Flags : Cached (Note this is uncached)

Expression : { normals: this.norm3, faceVertexUvs: this.faceVertexUvs, tag: this.geometryTag }

vertices3

vertices3: Array

Allows direct supply of THREE.Vector3 object instead of Points.

Flags : Cached, Parameter (Note this is uncached)

Expression : this.vertices.map(v=>v.get3())