home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip: Special Computer Graphics & Animation
/
Chip-Special-Computergrafik.bin
/
programs
/
povray
/
povmac.sea
/
POVRAY
/
POV-Ray.rsrc
/
TEXT_306_cone.txt
< prev
next >
Wrap
Text File
|
1994-02-10
|
355b
|
13 lines
// clipped conical shape
// cone { <END1>, RADIUS1, <END2>, RADIUS2 [open] }
// Where <END1> and <END2> are vectors defining the x,y,z
// coordinates of the center of each end of the cone
// and RADIUS1 and RADIUS2 are float values for the radii
// of those ends. open, if present, cone is hollow, else capped
cone
{
1*y, 0.0,
-1*y, 1.0
// open
}