home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Club Amiga de Montreal - CAM
/
CAM_CD_1.iso
/
files
/
564a.lha
/
igensurf_v1.0
/
examples
/
spiral1.cal
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1991-09-27
|
290 b
|
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;