home *** CD-ROM | disk | FTP | other *** search
/ ARM Club 3 / TheARMClub_PDCD3.iso / hensa / graphics / fractal_1 / !Fractal / Scripts / MandyGlobe < prev    next >
Text File  |  1993-07-20  |  674b  |  26 lines

  1. Script
  2. \ Mandelbrot mapped onto Riemann and then textured.
  3. \ You'll need quite a bit of memory for this one 
  4. Fractal=Mandelbrot
  5. Data Initial,Min=10
  6. Select Mandelbrot,Interior,Max. Iter
  7. Draw
  8. 3d_Rot=90;
  9. Select Effects,Rotate
  10. Fractal=Riemann
  11. 3d_ele=-90; 3d_rot=0
  12. Data Fill Colour=139,Image Scale=1.6,Globe Scale=0.7
  13. Draw
  14. Fractal=CellFill
  15. Select CellFill,Preset,Green1
  16. CellFill 610,320
  17. Select CellFill,Preset,Blue
  18. CellFill 850,640
  19. Off Image,Redraw,Clear
  20. On CellFill,From,Top Left; On CellFill,From,Top Right
  21. On CellFill,From,Bottom Left; On CellFill,From,Bottom Right
  22. Off CellFill,From,Centre; Off CellFill,From,Mouse
  23. Select CellFill,Preset,Dark Grey
  24. Draw
  25. On Image,Redraw,Clear
  26.