From 2adf0e3792aee8df6c10e63284581eff96c550b9 Mon Sep 17 00:00:00 2001 From: walterhiggins Date: Sun, 16 Mar 2014 21:26:29 +0000 Subject: [PATCH] removed commented code. --- src/main/js/plugins/drone/sphere.js | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/src/main/js/plugins/drone/sphere.js b/src/main/js/plugins/drone/sphere.js index 7c99735..bffea0a 100644 --- a/src/main/js/plugins/drone/sphere.js +++ b/src/main/js/plugins/drone/sphere.js @@ -321,7 +321,7 @@ Drone.extend( 'hemisphere0', function( block, radius, northSouth ) { // mid section // if ( northSouth == 'north' ) { - //this.cylinder( block, radius, slices[0][1], { blockType: bm[0], meta: bm[1] } ); + this.arc({ blockType: bm[0], meta: bm[1], @@ -332,6 +332,7 @@ Drone.extend( 'hemisphere0', function( block, radius, northSouth ) { }); } else { this.up( radius - slices[0][1] ); + this.arc({ blockType: bm[0], meta: bm[1], @@ -340,7 +341,7 @@ Drone.extend( 'hemisphere0', function( block, radius, northSouth ) { stack: slices[0][1], fill: false }); - //this.cylinder( block, radius, slices[0][1], { blockType: bm[0], meta: bm[1] } ) + this.down( radius - slices[0][1] ); } @@ -357,7 +358,6 @@ Drone.extend( 'hemisphere0', function( block, radius, northSouth ) { .fwd( h ) .right( h ); - //this.cylinder( block, sr, sh, { blockType: bm[0], meta: bm[1] } ); this.arc( { blockType: bm[0], meta: bm[1], @@ -377,7 +377,6 @@ Drone.extend( 'hemisphere0', function( block, radius, northSouth ) { .fwd( h ) .right( h ); - //this.cylinder( block, sr, sh, { blockType: bm[0], meta: bm[1] } ); this.arc({ blockType: bm[0], meta: bm[1],