POV-Ray : Newsgroups : povray.binaries.images : Seven dots show the sky : Re: Seven dots show the sky Server Time
14 Aug 2024 13:23:56 EDT (-0400)
  Re: Seven dots show the sky  
From: Philippe Debar
Date: 20 Nov 2002 17:32:36
Message: <3ddc0d84$1@news.povray.org>
"Jaime Vives Piqueres" <jai### [at] ignoranciaorg> wrote in message
> Your suggestion is very fine, and of course permits much more
> control without adding aditional parameters to the existing light()
> macro. As it must be really easy, I will add these macros soon.

I just did them for my usage :

#macro Light_Color(lct,lm)
 ((vnormalize(lct/REF_WHITE)+(COLOR_FILTER.gray)-COLOR_FILTER)*lm*EXPOSURE)
#end

#macro Cosine_Falloff_Spot(Point_At)
  spotlight radius -90 falloff 90 tightness 1 <0,-al,0> point_at Point_At
#end


>   Er... hmmm... yes, I'm that inconsistent, sorry. I will unify all
> the predefined variables too. Hopefully I'm going to have plenty of free
> time from now to the end of the year, at least.

Many thanks.


Povingly,


Philippe


Post a reply to this message

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