size tweaks

This commit is contained in:
Trammell Hudson 2015-03-07 13:19:36 -05:00
parent d670c051af
commit 95574e3530
1 changed files with 4 additions and 4 deletions

View File

@ -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;