// Entry code: yixavk // Name : Leroy // Frame rate: 25 //rock to boat camera{ location<.03*cos(2*pi*clock),.07*sin(2*pi*clock),.15*(.5-abs(.5-clock))-1> look_at<.4,0,1> } //the water plane{y,-1 pigment{rgb z}normal{granite translate clock}finish{reflection{0,1}}} // the bridge box{<-9,2.5,8><99,-1,8>pigment{leopard color_map{[.2 rgb 0][.2 rgbt 1]} translate-y*2.6}} //the sky sphere{0,30 pigment{radial rotate-y*95}finish{ambient<.4,.3,.9>}}