POV-Ray : Newsgroups : povray.binaries.images : Generated idea : Re: Generated idea Server Time
16 May 2024 00:18:12 EDT (-0400)
  Re: Generated idea  
From: alphaQuad
Date: 28 Sep 2008 13:00:01
Message: <web.48dfb75e1ad7080e93b78d90@news.povray.org>
"Cousin Ricky" <ric### [at] yahoocom> wrote:
>
> Have a look at Christoff's tutorial:
>
>    http://www.imagico.de/pov/water/index.html



I remember that now, thought it was so cool, just had to put something in it.
 <web.472a98edd71e2287efbab78f0@news.povray.org>
Wasnt seeing into the water as much as I hoped, think I see why now.

A crown of heightfield wav generation.

A macro that is a function, redefined as function that HF can use:
#declare fn_Water = function {
  Waves(pi/2, 5.2, tclock*7, 700) * 0.024 + 0.5
}

But I am boggled with:

          #if ( nWaves < MAX_WAVES )
            +
          #end

plus what again?!? out of logic on that one.


Post a reply to this message

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