home *** CD-ROM | disk | FTP | other *** search
/ ARM Club 3 / TheARMClub_PDCD3.iso / hensa / graphics / fractal_1 / !Fractal / Scripts / MountMandy < prev    next >
Text File  |  1993-09-16  |  788b  |  17 lines

  1. Script
  2. \ A 3d Mandelbrot mountain, similar to the plates in "Science Of Fractal Images"
  3. \ Sorry, but this uses floating point maths so will be slow without the FPA.
  4. \ Also the image looks best with a graphics enhancer to get smooth colours,
  5. \ but try loading into Translator v7.xx.
  6. Fractal=Mandelbrot
  7. Data x0=-2.4,y0=-0.67,width=3.45,height=2.76
  8. Data Min=4,Max=255,Limit=1024,Slope=300,Max Colour=255
  9. Select Mandelbrot,Interior,Max. Iter
  10. On Mandelbrot,Method,Continuous Potential
  11. 3d_Rotation=45; 3d_Elevation=30;  \ Experiment with different viewpoints
  12. 3d_Scalar=1.0; 3d_Linear          \ Linear height mapping
  13. 3d_XY_Plot On                     \ Plot in 3d mode
  14. On Palette,Presets,Landscape2     \ Also try Grey
  15. \ On Palette,Set Screen           \ Only if you have a graphics card!
  16. Draw
  17.