We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76c89de commit 1a5c14aCopy full SHA for 1a5c14a
examples/surfaceIsocurves.html
@@ -46,7 +46,6 @@
46
var Vec = verb.core.Vec;
47
48
Vec.span( 0, 1.0, 0.025 ).forEach(function(u){
49
- console.log("SEND");
50
srf.isocurveAsync( u, true ).then(function(x){
51
addCurveToScene( x.toThreeGeometry() );
52
});
0 commit comments