//Brownian motion

global_settings { assumed_gamma 2.2 }

camera {
   location  <-20, -20, 100>   // should be changed

   right<-1.33,0,0>
   sky <0,0,1>
   angle 90               // should be changed
   look_at   <-20, -20, 0>   // should be changed
}