Explorar el Código

WebGLRenderer: Removed unused public method.

Mr.doob hace 10 años
padre
commit
a7bc2ab415
Se han modificado 1 ficheros con 0 adiciones y 2 borrados
  1. 0 2
      src/renderers/WebGLRenderer.js

+ 0 - 2
src/renderers/WebGLRenderer.js

@@ -3240,8 +3240,6 @@ THREE.WebGLRenderer = function ( parameters ) {
 
 	};
 
-	this.setMaterialFaces = setMaterialFaces;
-
 	// Textures
 
 	function setTextureParameters ( textureType, texture, isImagePowerOfTwo ) {