6.08.2010

POV-Ray :: box

povray_box povray_box

    box { < x1,y1,z1 > , < x2,y2,z2 >}
    • < x1,y1,z1 > : Corner_1
    • < x2,y2,z2 > : Corner_2
    • Where Corner_1 and Corner_2 vectors defining the x, y, z coordinates of the opposite corners of the box.

povray_cone povray_box