8.21.2010

POV-Rey :: cylinder

povray_cylinder povray_cylinder


cylinder{ < x1,y1,z1 > , < x2,y2,z2 > r open }
  • < x1,y1,z1 > : a vector specifying the x, y, z coordinates of the center of the cylinder.
  • r : a float value specifying the radius.

povray_cylinder povray_cylinder