POV-Ray : Newsgroups : povray.general : Ridged Multifractals : Re: Ridged Multifractals Server Time
6 Aug 2024 04:16:00 EDT (-0400)
  Re: Ridged Multifractals  
From: Gilles Tran
Date: 17 May 2002 13:16:00
Message: <3ce53ad0$1@news.povray.org>

3CE50EC8.BC3F19C1@gmx.de...
> It should be mentioned that Gilles' code does not use the classical
> 'hf-style' function which would have constant gradient in vertical
> direction:
> function {y-f_ridged_mf( x, 0, z, ...

In fact, the height_field example can also be simplified as the z coordinate
is not used.
height_field {
      function 100,100 {
        f_ridged_mf( x, y, 0, 1, 2, 9, -0.5, 3,3 )*0.5
      }
}

G.
--

**********************
http://www.oyonale.com
**********************
- Graphic experiments
- POV-Ray and Poser computer images
- Posters


Post a reply to this message

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.