POV-Ray : Newsgroups : povray.binaries.images : Fountains, take 2 : Re: Fountains, take 2 Server Time
10 Aug 2024 03:24:15 EDT (-0400)
  Re: Fountains, take 2  
From: Ross
Date: 28 Oct 2004 19:14:27
Message: <41817d53$1@news.povray.org>
"Mike Kost" <nom### [at] nomailcom> wrote in message
news:418130d3@news.povray.org...
> After the comments from my last posting, I went back and regenerated the
> fountain. I decreased the blob threshold, added a more aggressive decay on
> the blob sphere radius, and added some jitter to the particles to reduce
> the uniformity from my previous posting.
>
> I've attached two images. One has a regular pigment coloring (rgb
> <0.9,0.95,1>), while the other uses a more complex texture and interior
set
> (see below). It lets you see the structure underneith and how it plays out
> with the mostly transparent, reflective texture.
>
> The real-water texture:
>
>     texture {
>         pigment { color rgbt <0.9, 0.95, 1.0, 0.9 > }
>         finish {
>             reflection {
>                 0.0, 1.0
>                 fresnel on
>             }
>         }
>     }
>     interior {
>         ior 1.33
>     }
>
> Mike

Looks great. I look forward to seeing it in a full scene


Post a reply to this message

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