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

Docs: Removed lights in material browser's MeshMatcapMaterial case

上级 ec5926a7
...@@ -616,6 +616,12 @@ ...@@ -616,6 +616,12 @@
guiMaterial( gui, mesh, material, geometry ); guiMaterial( gui, mesh, material, geometry );
guiMeshMatcapMaterial( gui, mesh, material, geometry ); guiMeshMatcapMaterial( gui, mesh, material, geometry );
// no need for lights
light1.visible = false;
light2.visible = false;
light3.visible = false;
return material; return material;
break; break;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册