#version 3.7;
global_settings {
assumed_gamma 1.0
}
camera {
location -20 * z
look_at 0
}
light_source {
-8 * z
colour rgb 1
}
background {
colour rgb 1
}
#local R = seed(0);
#for (i, -10, 10)
#for (j, -10, 10)
superellipsoid {
<0.01, 0.1>
scale 1/2
translate <i, j, rand(R)>
pigment { blue 1 }
}
#end
#end