removed commented code.
This commit is contained in:
parent
d64128705f
commit
2adf0e3792
1 changed files with 3 additions and 4 deletions
|
@ -321,7 +321,7 @@ Drone.extend( 'hemisphere0', function( block, radius, northSouth ) {
|
||||||
// mid section
|
// mid section
|
||||||
//
|
//
|
||||||
if ( northSouth == 'north' ) {
|
if ( northSouth == 'north' ) {
|
||||||
//this.cylinder( block, radius, slices[0][1], { blockType: bm[0], meta: bm[1] } );
|
|
||||||
this.arc({
|
this.arc({
|
||||||
blockType: bm[0],
|
blockType: bm[0],
|
||||||
meta: bm[1],
|
meta: bm[1],
|
||||||
|
@ -332,6 +332,7 @@ Drone.extend( 'hemisphere0', function( block, radius, northSouth ) {
|
||||||
});
|
});
|
||||||
} else {
|
} else {
|
||||||
this.up( radius - slices[0][1] );
|
this.up( radius - slices[0][1] );
|
||||||
|
|
||||||
this.arc({
|
this.arc({
|
||||||
blockType: bm[0],
|
blockType: bm[0],
|
||||||
meta: bm[1],
|
meta: bm[1],
|
||||||
|
@ -340,7 +341,7 @@ Drone.extend( 'hemisphere0', function( block, radius, northSouth ) {
|
||||||
stack: slices[0][1],
|
stack: slices[0][1],
|
||||||
fill: false
|
fill: false
|
||||||
});
|
});
|
||||||
//this.cylinder( block, radius, slices[0][1], { blockType: bm[0], meta: bm[1] } )
|
|
||||||
this.down( radius - slices[0][1] );
|
this.down( radius - slices[0][1] );
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -357,7 +358,6 @@ Drone.extend( 'hemisphere0', function( block, radius, northSouth ) {
|
||||||
.fwd( h )
|
.fwd( h )
|
||||||
.right( h );
|
.right( h );
|
||||||
|
|
||||||
//this.cylinder( block, sr, sh, { blockType: bm[0], meta: bm[1] } );
|
|
||||||
this.arc( {
|
this.arc( {
|
||||||
blockType: bm[0],
|
blockType: bm[0],
|
||||||
meta: bm[1],
|
meta: bm[1],
|
||||||
|
@ -377,7 +377,6 @@ Drone.extend( 'hemisphere0', function( block, radius, northSouth ) {
|
||||||
.fwd( h )
|
.fwd( h )
|
||||||
.right( h );
|
.right( h );
|
||||||
|
|
||||||
//this.cylinder( block, sr, sh, { blockType: bm[0], meta: bm[1] } );
|
|
||||||
this.arc({
|
this.arc({
|
||||||
blockType: bm[0],
|
blockType: bm[0],
|
||||||
meta: bm[1],
|
meta: bm[1],
|
||||||
|
|
Reference in a new issue