POV-Ray : Newsgroups : povray.general : Future development of Pov Ray : Re: Future development of Pov Ray Server Time
31 Jul 2024 18:25:56 EDT (-0400)
  Re: Future development of Pov Ray  
From: Gilles Tran
Date: 7 Feb 2007 04:01:52
Message: <45c99580$1@news.povray.org>

45c96904$1@news.povray.org...
> However, no matter how high your settings are, an ambient object which is 
> completely off screen will never light the scene, no matter its size or 
> brightness.

Hmm, this always worked OK for me. Are you sure that in your examples the 
ambient object wasn't blocked by something else?

global_settings {radiosity {count 1600 error_bound 1}}
camera {right x*1.33 location y look_at y+z}
sphere{0,0.5 translate <-2,2.5,-1> texture{pigment{rgb x} finish{ambient 
100}}}
sphere{0,0.5 translate <0,2.5,-1> texture{pigment{rgb y} finish{ambient 
100}}}
sphere{0,0.5 translate <2,2.5,-1> texture{pigment{rgb z} finish{ambient 
100}}}
box{<-3,0,-2>,<3,3,6> texture{pigment{rgb 1}finish{ambient 0}}}

G.


Post a reply to this message

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