Explorar o código

normalMaterial demo on the Docs does not work

yomotsu %!s(int64=10) %!d(string=hai) anos
pai
achega
5783e4fa6f
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  1. 0 1
      docs/scenes/js/material.js

+ 0 - 1
docs/scenes/js/material.js

@@ -365,7 +365,6 @@ function guiMeshNormalMaterial ( gui, mesh, material, geometry ) {
 
 
 	var folder = gui.addFolder('THREE.MeshNormalMaterial');
 	var folder = gui.addFolder('THREE.MeshNormalMaterial');
 
 
-	folder.add( material, 'shading', constants.shading).onChange( needsUpdate( material, geometry ) );
 	folder.add( material, 'wireframe' );
 	folder.add( material, 'wireframe' );
 	folder.add( material, 'wireframeLinewidth', 0, 10 );
 	folder.add( material, 'wireframeLinewidth', 0, 10 );
 	folder.add( material, 'morphTargets' ).onChange( updateMorphs( mesh, material ) );
 	folder.add( material, 'morphTargets' ).onChange( updateMorphs( mesh, material ) );