Skip to content

Commit 84d4ef4

Browse files
committed
Docs: Fixed MeshLambertMaterial viewer. See mrdoob#7115 mrdoob#7166.
1 parent 0a5be9f commit 84d4ef4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

docs/scenes/js/material.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -403,7 +403,6 @@ function guiMeshLambertMaterial ( gui, mesh, material, geometry ) {
403403
folder.addColor( data, 'color' ).onChange( handleColorChange( material.color ) );
404404
folder.addColor( data, 'emissive' ).onChange( handleColorChange( material.emissive ) );
405405

406-
folder.add( material, 'shading', constants.shading ).onChange( needsUpdate( material, geometry ) );
407406
folder.add( material, 'wireframe' );
408407
folder.add( material, 'wireframeLinewidth', 0, 10 );
409408
folder.add( material, 'vertexColors', constants.colors ).onChange( needsUpdate( material, geometry ) );

0 commit comments

Comments
 (0)