-
ArmYourself site
04/04/2016 at 20:53 • 0 commentsMorgan has gotten to work on the armYourself site that will bring together the various components.
You can check it out here.
1 × Mock up of the website
-
First steps for cuff generation
03/29/2016 at 20:04 • 0 commentsI tinkered around with cuff generation today. Need to noodle on subtracting half of the cylinder. Will look something like this.
function main() { var half = cube({size: 100, center: [-50, 0, 0]}); return half; }
Having fun!-Daniel