POV-Ray : Newsgroups : povray.newusers : Light without light source? : Re: Light without light source? Server Time
28 Jul 2024 16:19:58 EDT (-0400)
  Re: Light without light source?  
From: Sherry Shaw
Date: 2 Aug 2008 14:49:44
Message: <4894ac48@news.povray.org>
Alain wrote:
>
> A bad solution, as it preclude the use of high ambient object to 
> illuminate your scene.
> 

In that case, set ambient_light to a tiny value, effectively killing the 
ambient value in ordinary finishes, and set the ambient value of the 
high-ambient object high enough to offset it.  (For example, 
ambient_light 0.001 * ambient 10000 = 10)

--Sherry Shaw


-- 
#macro T(E,N)sphere{x,.4rotate z*E*60translate y*N pigment{wrinkles scale
.3}finish{ambient 1}}#end#local I=0;#while(I<5)T(I,1)T(1-I,-1)#local I=I+
1;#end camera{location-5*z}plane{z,37 pigment{granite color_map{[.7rgb 0]
[1rgb 1]}}finish{ambient 2}}//                                   TenMoons


Post a reply to this message

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