home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip: Special Computer Graphics & Animation
/
Chip-Special-Computergrafik.bin
/
programs
/
povray
/
povsrc.sea
/
POVSRC
/
SOURCE
/
POV.π.rsrc.rsrc
/
TEXT_326_triangle.txt
< prev
next >
Wrap
Text File
|
1994-02-04
|
147b
|
8 lines
// triangular surface (vertices are endpoints)
triangle
{
<-1, 0, -1> // <Vertex1>
< 1, 0, -1> // <Vertex2>
< 0, 0, 1> // <Vertex3>
}