/** * @author mr.doob / http://mrdoob.com/ */ THREE.MeshFaceMaterial = function () {}; THREE.MeshFaceMaterial.prototype.clone = function () { return new THREE.MeshFaceMaterial(); };