POV-Ray : Newsgroups : povray.binaries.images : it even came out "right" : Re: it even came out "right" Server Time
5 May 2024 00:21:12 EDT (-0400)
  Re: it even came out "right"  
From: Melody
Date: 14 Dec 2019 16:30:00
Message: <web.5df55364bc7d71fb9da690110@news.povray.org>
I think it was Trevor Quayle?? spelling?
showed me sea water.

#declare ior_NaCl_H2O = 1.34; //35g/l
#declare seawater = material {
       texture
       {  pigment { rgbf 1 }
          finish
          {  reflection { 0 0.5 fresnel } conserve_energy
             specular 1 roughness 0.01
          }
          #if (1) normal { n_Sea } #end
       }
       interior
       {  #if (1) ior ior_NaCl_H2O #end
          media
          {  absorption c_H2O_abs
             #if (1) scattering { 3, c_Sea } #end
             method 3
             intervals 1
             samples 3, 3
             aa_level 2
          }
       }
}

and pool water is there also, its in scenes thread


Post a reply to this message

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