Skip to content

Commit

Permalink
Clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
tentone committed Mar 22, 2019
1 parent 32769cc commit 32ee214
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion examples/misc_exporter_draco.html
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,6 @@
// export mesh

var geometry = new THREE.TorusKnotBufferGeometry( 50, 15, 200, 30 );
//var geometry = new THREE.TorusKnotGeometry( 50, 15, 200, 30 );
var material = new THREE.MeshPhongMaterial( { color: 0x00ff00 } );

mesh = new THREE.Mesh( geometry, material );
Expand Down

0 comments on commit 32ee214

Please sign in to comment.