POV-Ray : Newsgroups : povray.binaries.images : swimming with the fishies : Re: swimming with the fishies Server Time
8 Aug 2024 08:15:31 EDT (-0400)
  Re: swimming with the fishies  
From: Jim Charter
Date: 9 Oct 2005 06:15:30
Message: <4348edc2$1@news.povray.org>
Skip Talbot wrote:
> What is producing the speckles in the water?  Distant fish or randomly 
> distributed particles of some sort?
several "layered" medias with granite densities.  You can see a sketch 
of the syntax in my reply to gonzo.

the "pea soup" particles were produced by the layer with
precisely this syntax:

media {        //pea
     scattering {
     	1,
     	1
     	extinction 1.0
     }
 

     density {
     	granite
     	turbulence 0
     	scale .03125
     	color_map {
         	[0.00 rgb 0]
         	[0.85 rgb 0]
         	[0.90 rgb <.004,.006,.002 >*1.4]
         	[1.00 rgb <.004,.006,.002 >*1.4]
     	}
     }
     samples 60, 100
}


Post a reply to this message

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