Skip to content

Commit 512e7cf

Browse files
committed
remove unused variable in surfaces.html
1 parent 00e34ce commit 512e7cf

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

demos/surfaces.html

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -249,15 +249,6 @@
249249
return mesh;
250250
}
251251

252-
var evaluator={
253-
"evaluate":function(u,v){
254-
// Extend the range of v
255-
v*=Math.PI*2;
256-
// Return circle coordinates.
257-
return [u*Math.cos(v),u*Math.sin(v),-u];
258-
}
259-
};
260-
261252
function TorusKnot(p,q,outerRadius,innerRadius){
262253
this.p=p;
263254
this.q=q;

0 commit comments

Comments
 (0)