POV-Ray : Newsgroups : povray.binaries.images : More wet objects : Re: More wet objects Server Time
14 Aug 2024 07:19:22 EDT (-0400)
  Re: More wet objects  
From: Tek
Date: 22 Nov 2002 04:11:22
Message: <3dddf4ba$1@news.povray.org>
"Martin Magnusson" <lov### [at] frustratedhousewiveszzncom> wrote in message
news:3DD### [at] frustratedhousewiveszzncom...
> The lighting (and focal blur) of the link object is perfect! Would you
> mind posting your light settings?

Sure thing!

There's no light sources in that image. The radiosity is Radiosity_OutdoorHQ
from rad_def.inc. I also have assumed_gamma 1 in my global_settings. And the
lighting comes from the sky dome:

sky_sphere {
 pigment {
  #local fPow = .2;
  function {
   (
    select( y, -pow(abs(y),fPow), pow(abs(y),fPow) )
   )/2 + .5
  }
  colour_map {
   [0 rgb <3,2,1>/3]
   [.5 rgb <1,2,3>]
   [.5 rgb <3,2,1>]
   [1 rgb <1,2,3>/3]
  }
 }
}

--
Tek
http://www.evilsuperbrain.com


Post a reply to this message

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