#include "colors.inc" camera{location<0,1,-20> look_at 0} light_source{<5,5,-20> color 2} #declare bug_block = superellipsoid { <0.25, 0.25> scale <5,6.75,2> translate y*-2.25 pigment{Gray50} } object{bug_block translate y*2}