home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Ray Tracing Box
/
RAY_CD.mdf
/
RAYTRACE
/
FORM
/
SHAPES
/
TESTWEB.FRM
< 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
|
1993-08-27
|
190 b
|
8 lines
// s = box , sphere, torus, ellipse <0.1 , 0.5, 0.3>, sphere;
s = sphere stack 6;
b = sphere stack 10;
k = s web 5 with b 3;
display k;
//j = s web 5 with b scale(10) 3;
//display j;