/**************************************** Daniel Loran 25-08-2006 Lab 1 *****************************************/ // platform polyCube -name cube1; polyCube -edit -width 10 -height 1 -depth 5 cube1; move -absolute 0 0.5 0 cube1; // left side polyCone -name cone1; polyCone -edit -radius 1 -height 3 cone1; move -absolute -3 2.5 0 cone1; sphere -name sphere1 -radius 1; move -absolute -3 4 0 sphere1; // right side polyCone -name cone2; polyCone -edit -radius 1 -height 3 cone2; move -absolute 3 2.5 0 cone2; sphere -name sphere2 -radius 1; move -absolute 3 4 0 sphere2;