function farbspielerei( offsetX, offsetY ) return { r=offsetX*2*255, g=offsetY*2.*255, b=0.*255, a=1.*255 } end function offsetXZ( offsetX, offsetY ) return { x=offsetX*640, y=0., z=offsetY*240 } end