Skip to content

Commit

Permalink
Docs: Removed lights in material browser's MeshMatcapMaterial case
Browse files Browse the repository at this point in the history
  • Loading branch information
mrdoob committed Mar 24, 2021
1 parent ec5926a commit e5e3f06
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/scenes/material-browser.html
Original file line number Diff line number Diff line change
Expand Up @@ -616,6 +616,12 @@
guiMaterial( gui, mesh, material, geometry );
guiMeshMatcapMaterial( gui, mesh, material, geometry );

// no need for lights

light1.visible = false;
light2.visible = false;
light3.visible = false;

return material;

break;
Expand Down

0 comments on commit e5e3f06

Please sign in to comment.