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