[ Create a new account ]
Whoa!
He said it appears that one of the heads controls the front pair of legs and the other the back.
# Maybe two heads will be better than one? my $left = new Head; my $right = new Head; # Default leg controls will cause collisions, # better to have averaged cross-control. my $rear = (Leg->new(), Leg->new()); my $front = (Leg->new(), Leg->new()); # That's too much work, I'll just stick in a # just a quick hack for now, will provide # averaged cross-control on next version $left{'legs'}
Get More Comments
Reply
FESTIVAL!!!! (Score:2, Funny)
Eh? (Score:1)
# Maybe two heads will be better than one?
my $left = new Head;
my $right = new Head;
# Default leg controls will cause collisions,
# better to have averaged cross-control.
my $rear = (Leg->new(), Leg->new());
my $front = (Leg->new(), Leg->new());
# That's too much work, I'll just stick in a
# just a quick hack for now, will provide
# averaged cross-control on next version
$left{'legs'}
------------------------------
You are what you think.