POV-Ray : Newsgroups : povray.binaries.images : Bathtub - take 2 : Re: Bathtub - take 2 Server Time
1 Aug 2024 10:16:42 EDT (-0400)
  Re: Bathtub - take 2  
From: alphaQuad
Date: 16 Dec 2008 12:10:00
Message: <web.4947e0b56655db18c549be300@news.povray.org>
"Trevor G Quayle" <Tin### [at] hotmailcom> wrote:
> Ny further critique, suggestions are more than welcome.
>
> -tgq

Don't know if you posted any script or what youre using for normals.
Here's a Cousin Ricky norm and the one I did for the Lego pool.
not in that order

#declare n_surface = normal {
         function { f_ridge (x, y, z, 0.1, 1.0, 7, 0.7, 0.7, 0) } 2
//   function { f_ridged_mf (x, y, z, 0.1, 3.0, 7, 0.7, 0.7, 2) } 2
}
 //f_ridge = function { internal(58) }
// Parameters: x, y, z
    // Six extra parameters required:
    // 1. lambda
    // 2. octaves
    // 3. omega
    // 4. offset
    // 5. Ridge
    // 6. noise
// Parameters: x, y, z
    // Six extra parameters required:
    // 1. H
    // 2. Lacunarity
    // 3. octaves
    // 4. offset
    // 5. Gain
    // 6. noise


Post a reply to this message

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