Mesh Class
A Mesh combines a geometry and a material forming a complete rederizable object.
Based on Mesh documentation for the object can be found at https:// threejs.org/docs/index.html#Reference/Objects/Mesh.
Methods
dispose
()
Dispose mesh along with its material and geometry.
Properties
drawMode
Unknown
Determines how the mesh triangles are constructed from the vertices.
Only works when the geometry is a BufferGeometry.
Default: TrianglesDrawMode
geometry
Geometry
Geometry defines the object structure.