size tweaks
This commit is contained in:
parent
d670c051af
commit
95574e3530
@ -7,10 +7,10 @@
|
|||||||
use warnings;
|
use warnings;
|
||||||
use strict;
|
use strict;
|
||||||
|
|
||||||
my $sections = 12;
|
my $sections = 9;
|
||||||
my $thickness = 50;
|
my $thickness = 150;
|
||||||
my $twist = 240.0;
|
my $twist = 120.0;
|
||||||
my $radius = [70,0,0];
|
my $radius = [200,0,0];
|
||||||
my $pi = 2*atan2(1,0);
|
my $pi = 2*atan2(1,0);
|
||||||
|
|
||||||
my $h = sqrt(3)/2;
|
my $h = sqrt(3)/2;
|
||||||
|
Loading…
Reference in New Issue
Block a user