home *** CD-ROM | disk | FTP | other *** search
- /*
- * Try this one with the rayshade driver.
- */
-
- lsystem Spiral;
-
- const step = 100;
-
- table Spiral
- {
- A -> F(10) pt(30) A;
- wi(w) -> wi(w*1.05);
- F(l) -> F(l*1.05);
- };
-
- attributes {
- axiom wi(3) G(5) tu(110) A;
- derivation Spiral(step);
-
- coneres 20;
- sphereres 5;
- };
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-