Mesh Constructor
Builds a mesh out of a material and geometry built with ThreeJS
Description
Inputs
- geometry (ThreeJSGeometry): A ThreeJS geometry
- material (ThreeJSMaterial): A ThreeJS Material
- object3D (object3D): an object 3D (collection of x,y,z and rotX, rotZ, rotZ properties)
Outputs
- mesh (ThreeJSMesh): A ThreeJS Mesh