#include "colors.inc" #include "shapes.inc" #include "space.inc" camera { location <0, 5, -3> look_at < 0, 2, 0> } #declare hridel_3 = object { cylinder { <0, 0, 0>, <0, 3, 0>, .19 // Radius } pigment { color Silver } } hridel_3