POV-Ray : Newsgroups : povray.newusers : Radiosity, Lights and ambient : Re: Radiosity, Lights and ambient Server Time
31 Jul 2024 04:18:43 EDT (-0400)
  Re: Radiosity, Lights and ambient  
From: hughes, b 
Date: 27 Jan 2003 05:04:03
Message: <3e350413@news.povray.org>
Arg! I left out the fact that I had also changed the sky_sphere to:

sky_sphere {
 pigment {
  gradient y
  color_map {
   [0 color  rgb .75]
   [.5 color  rgb 1]
   [1 color  rgb .75]
  }
 }
}

And added a normal to the elox texture:

 normal {bumps 0.05 scale 0.01} // just to have one present

And.... your reflection with falloff 4 didn't make sense to me without a
variation from min to max:

 reflection {0.01, 0.1  falloff 4}

I think I'm done now  :-)


Post a reply to this message

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