Przeglądaj źródła

Examples: Clean up. (#27974)

Nathan Bierema 1 rok temu
rodzic
commit
6fa388e919
1 zmienionych plików z 0 dodań i 1 usunięć
  1. 0 1
      examples/webgl_materials_wireframe.html

+ 0 - 1
examples/webgl_materials_wireframe.html

@@ -121,7 +121,6 @@
 						alphaToCoverage: true // only works when WebGLRenderer's "antialias" is set to "true"
 
 					} );
-					material2.extensions.derivatives = true;
 
 					mesh2 = new THREE.Mesh( geometry, material2 );
 					mesh2.position.set( 40, 0, 0 );