6.08.2010

POV-Ray :: cone

povray_cone povray_cone

cone{ < x1,y1,z1 > , r1, < x2,y2,z2 > , r2 }
  • < x1,y1,z1 > : Base Point, vectors defining the x, y, z coordinates of the center of the cone's base.
  • r1 : Base Radius, float values for the corresponding radii.
  • < x2,y2,z2 > : Cap Point, vectors defining the x, y, z coordinates of the center of the cone's cap.
  • r2 : Cap Radius

povray_cone povray_cone