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_326_triangle.txt
< prev
next >
Wrap
Text File
|
1994-02-10
|
147b
|
8 lines
// triangular surface (vertices are endpoints)
triangle
{
<-1, 0, -1> // <Vertex1>
< 1, 0, -1> // <Vertex2>
< 0, 0, 1> // <Vertex3>
}