POV-Ray : Newsgroups : povray.binaries.scene-files : Wanted: water textures : Re: Wanted: water textures Server Time
3 Sep 2024 00:13:54 EDT (-0400)
  Re: Wanted: water textures  
From: Ian Burgmyer
Date: 17 Sep 1999 21:13:03
Message: <37e2e71f@news.povray.org>
Check out my "Murky Green Water" above.  Here's the declare for it:

#declare MurkyGreenWater =
   material  // MurkyGreenWater


      texture


         pigment
         {
            color rgbf <0.520833, 1.0, 0.677067, 0.614567>
         }
         normal
         {
            ripples , 0.808
            bump_size 1.5
            scale  0.25
         }
         finish
         {
            ambient 0.1
            reflection 0.280567
         }
      }
      interior
      {
         ior 1.11034
         media
         {
            samples 1,2
            variance 1.0/5.317795
            emission rgb <0.5, 1.0, 0.5>
            scattering
            {
               2 // mie hazy scattering
            }
         }
         media
         {
            absorption rgb <1.0, 0.0, 1.0>
         }
      }
   }

Feel free to use if you want.

-Ian

Chuck Roberts <rob### [at] accnorg> wrote in message
news:37CECB81.C98C8E81@accn.org...
> Does anyone have any good water texture declares? Please reply and post
> here. I'm looking for wavy water.
>
> Thank you.


Post a reply to this message

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