//--------------------------
// example 2
// absolute translation
 
 translate(0,0,0)
 color(purple)
 sphere(4)

// LEFT
 translate(-8,0,0)
 color(orange)
 sphere(2)

// RIGHT
 translate(8,0,0)
 color(orange)
 sphere(2)