Skip to content

Commit

Permalink
Examples: Clean up. (#27974)
Browse files Browse the repository at this point in the history
  • Loading branch information
Methuselah96 committed Mar 22, 2024
1 parent 751abcd commit 6fa388e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion examples/webgl_materials_wireframe.html
Original file line number Diff line number Diff line change
Expand Up @@ -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 );
Expand Down

0 comments on commit 6fa388e

Please sign in to comment.