Step 10. Make another box

To make another box, change the line
  box(objectsize); 
to the following:
 box(objectsize); 
 translate(250, 250, 250);
 box(objectsize); 

This makes a second box some distance away. Both will rotate.

What happens if you copy the code twice or three times?

Tweet this step: