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_322_smooth_triangle.txt
< prev
next >
Wrap
Text File
|
1994-02-04
|
284b
|
8 lines
// rounded-surface triangle (don't try this at home!)
smooth_triangle
{
< 0, 30, 0> <0, 0.7071, -0.7071> // <Vertex1> <SurfaceNormal1>
< 40, -20, 0> <0, -0.8664, -0.5> // <Vertex2> <SurfaceNormal2>
< 0, 0, 0> <0, -0.5, -0.8664> // <Vertex3> <SurfaceNormal3>
}