CCFest Material
shape(99).color(1,0.5,0).out()
osc().color(0,0.5,1).out()
shape(99).color(1,0.5,0)
.mult(osc().color(0,0.5,1)).out()
shape(99).color(1,0.5,0)
.diff(osc().color(0,0.5,1)).out()
shape(99).color(1,0.5,0)
.add(osc().color(0,0.5,1)).out()