Pārlūkot izejas kodu

Examples: Clean up. (#27974)

Nathan Bierema 1 gadu atpakaļ
vecāks
revīzija
6fa388e919
1 mainītis faili ar 0 papildinājumiem un 1 dzēšanām
  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"
 						alphaToCoverage: true // only works when WebGLRenderer's "antialias" is set to "true"
 
 
 					} );
 					} );
-					material2.extensions.derivatives = true;
 
 
 					mesh2 = new THREE.Mesh( geometry, material2 );
 					mesh2 = new THREE.Mesh( geometry, material2 );
 					mesh2.position.set( 40, 0, 0 );
 					mesh2.position.set( 40, 0, 0 );