surface experiment() {
Ci = spline(smoothstep(0.2, 0.8, t), color(1,1,0), color(1,1,0), color(1,0,0), color(0,1,1), color(0,1,1)) * smoothstep(0, 1, noise(s*10, t*10) * s);
}