home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Encyclopedia of Graphics File Formats Companion
/
GFF_CD.ISO
/
formats
/
ttddd
/
spec
/
t3d_doc
/
igensurf.zoo
/
examples
/
spiral1.cal
< prev
next >
Wrap
Text File
|
1991-09-27
|
290b
|
15 lines
{
spiral1.cal: Create some sort of spiral.
igensurf -v -s 10 -t 30 spiral1.cal | writetddd >spiral1.obj
}
#name spiral1
#scale 100
height : 10; { Height of spiral }
x(s,t) = 3 * sin(7*2*PI*t) + sin(2 * PI * s);
y(s,t) = 3 * cos(7*2*PI*t) + cos(2 * PI * s);
z(s,t) = height * t;