Browse Source

WebGLRenderer: Removed unused public method.

Mr.doob 10 years ago
parent
commit
a7bc2ab415
1 changed files with 0 additions and 2 deletions
  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 ) {