Browse Source

WebGLShadowMap: Support wireframeLinewidth.

Mr.doob 10 years ago
parent
commit
cf3a321502
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/renderers/webgl/WebGLShadowMap.js

+ 1 - 0
src/renderers/webgl/WebGLShadowMap.js

@@ -282,6 +282,7 @@ THREE.WebGLShadowMap = function ( _renderer, _lights, _objects ) {
 		}
 
 		depthMaterial.wireframe = material.wireframe;
+		depthMaterial.wireframeLinewidth = material.wireframeLinewidth;
 
 		return depthMaterial;