/** * @author mr.doob / http://mrdoob.com/ */ THREE.MeshFaceMaterial = function ( parameters ) { THREE.Material.call( this, parameters ); };