POV-Ray : Newsgroups : povray.binaries.images : Island WIP : Re: Island WIP Server Time
2 Aug 2024 10:26:54 EDT (-0400)
  Re: Island WIP  
From: Tim Attwood
Date: 14 Nov 2007 15:42:13
Message: <473b5da5@news.povray.org>
#declare wcolor = <0.25, 0.71, 0.60>*0.1;
plane {y,0
   hollow
   material {
      texture {
         pigment {
            Clear
         }
         normal {
            bumps
            bump_size 0.05
            scale <0.2,0.1,0.1>*0.1
         }
         finish {
            specular 0.5
            roughness 0.01
            reflection {0.03,0.42}
         }
      }
      interior {
         ior 1.3
         fade_distance 0.2
         fade_power 2
         fade_color wcolor
         media {absorption <0.75, 0.29, 0.40>}
         media {scattering{4, wcolor}}
      }
   }
}


Post a reply to this message


Attachments:
Download 'island_water.jpg' (16 KB)

Preview of image 'island_water.jpg'
island_water.jpg


 

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