Skip to content

Commit

Permalink
Clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
pboyer committed Oct 21, 2015
1 parent 76c89de commit 1a5c14a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion examples/surfaceIsocurves.html
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@
var Vec = verb.core.Vec;

Vec.span( 0, 1.0, 0.025 ).forEach(function(u){
console.log("SEND");
srf.isocurveAsync( u, true ).then(function(x){
addCurveToScene( x.toThreeGeometry() );
});
Expand Down

0 comments on commit 1a5c14a

Please sign in to comment.