home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Ray Tracing Box
/
RAY_CD.mdf
/
raytrace
/
form
/
shapes
/
flip.frm
< prev
next >
Wrap
Text File
|
1993-11-08
|
192b
|
9 lines
shape = torus 0.1 , 1.4;
// shape = ellipse 1.5 , 0.1;
a = shape stack 50 in 25% twistz -90 bend 180 powered_grow 0.6;
b = sphere stack 10 bend 40;
c = b scale 5;
a,b/*,c */;
end