MeshRenderMixin is a mixin containing rules that can be used by other designs.
We do not use it alone; instead, it is used to add the rules to other designs.
MeshRenderMixin is the rendering support for 'PolyfaceMesh'.
Parameter Rules
geometryTag: | Internal Use Only. |
vertices3: | Allows direct supply of THREE.Vector3 object instead of Points.. |
RULE NAME |
TYPE |
DEFAULTS |
CATEGORY |
FLAGS |
---|---|---|---|---|
geometryTag |
string |
"" |
Render |
Cached |
vertices3 |
array |
this.vertices.map(v=>v.get3()) |
Cached |
Mixins
Render3Mixin
FrameMixin
PolyFaceMesh