Internal Use Only.
Flags : Cached, External (Note this is uncached)
Expression : R.THREE.makeMesh(this.renderName,this.vertices3,this.faceSets, this.spec)
Internal Use Only.
Flags : Cached, Parameter (Note this is uncached)
Expression : ""
Untransformed geometry definition data
Flags : Cached (Note this is uncached)
Expression : return R.THREE.getMeshData(this.__pm3);
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()))
Internal Use Only.
Flags : Cached (Note this is uncached)
Expression : { normals: this.norm3, faceVertexUvs: this.faceVertexUvs, tag: this.geometryTag }
Allows direct supply of THREE.Vector3 object instead of Points.
Flags : Cached, Parameter (Note this is uncached)
Expression : this.vertices.map(v=>v.get3())
MeshRenderMixin (d.1.0)
Mixins: Render3Mixin
The rendering support for PolyFaceMesh.