//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 } sphere { <-28.000 , -2.000 , 0.0>, 5 pigment { color red 1 green 0 blue 0 } } light_source { <0, 0, 200> color red 1 green 1 blue 1 }