POV-Ray : Newsgroups : povray.binaries.images : RTR isosurface clouds screen shot and code (28k jpg) : Re: RTR isosurface clouds screen shot and code (28k jpg) Server Time
1 Aug 2024 08:22:23 EDT (-0400)
  Re: RTR isosurface clouds screen shot and code (28k jpg)  
From: stbenge
Date: 16 Oct 2008 17:59:30
Message: <48f7b942$1@news.povray.org>
Paolo Gibellini wrote:
> Hallo, Sam!
> Your code is interesting for static images too, decreasing a bit the 
> number of the frames we have strange and interesting lighted clouds.
> ;-)
> Paolo

Hi Paolo,

Here, swap the pigment out for this one:
pigment{
  function{pf(x-V*hSpeed,y-V*vSpeed,z)}
  translate -lpos*.5
  color_map{
   [0 rgb lcol]
   [.75 rgb(air+.5)/4]
  }
}

It's just the opposite of the other one, but it looks much better.

Sam


Post a reply to this message

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