提交 cf3a3215 编写于 作者: M Mr.doob

WebGLShadowMap: Support wireframeLinewidth.

上级 0048009f
......@@ -282,6 +282,7 @@ THREE.WebGLShadowMap = function ( _renderer, _lights, _objects ) {
}
depthMaterial.wireframe = material.wireframe;
depthMaterial.wireframeLinewidth = material.wireframeLinewidth;
return depthMaterial;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册