//--------------------------
// example 3
// box geometry
 
 translate(0,-0.1,0)
 color(#8A0886)
 box(10,0.2,10)

 translate(0,2,0)
 color(#BFFF00)
 box(2,4,2)