POV-Ray : Newsgroups : povray.binaries.images : Let me be one of the first... : Re: Let me be one of the first... Server Time
19 Aug 2024 12:23:40 EDT (-0400)
  Re: Let me be one of the first...  
From: David
Date: 27 Nov 2000 05:55:43
Message: <3A223DBA.C7DA05C0@bigfoot.com>

> The glow lights can't be translated yet (soon, I hope?)

A macro can turn around the problem

#macro Lights (PosLight)
light_source { PosLight,1/nblight 
                   glow {size .2 type 0}
                   fade_distance 4 fade_power 2
                  }
light_source { PosLight, 1/nblight 
               area_light .5,.5,5,5 
               adaptive 0 
               orient 
               circular }
#end


Post a reply to this message

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