POV-Ray : Newsgroups : povray.binaries.images : Small problem with the luminous bloom and HDRi : Re: Small problem with the luminous bloom and HDRi Server Time
31 Jul 2024 14:25:19 EDT (-0400)
  Re: Small problem with the luminous bloom and HDRi  
From: nemesis
Date: 7 Sep 2009 19:49:05
Message: <4aa59bf1$1@news.povray.org>
Mike Raiford wrote:
> Alain wrote:
>>
>> // intensity of glare effect
>> #declare intensity = 1;
>>
>> // quality of the effect
>> // use values between 0 and 1 (with 1 being best [and slowest])
>> #declare quality = 1;
>>
>> // intensity falloff method
>> // 0 = constant falloff
>> // 1 = intensity divided by distance - default
>> // 2 = inverse square of distance
>> #declare falloff_method = 1;
>>
>> // radius of effect
>> // change independent values for width/height
>> #declare rad = <2,1.8>*0.05; // .05;
>>
>> Alain
>>
>> ------------------------------------------------------------------------
>>
> 
> Is this a macro?

by legendary Sam Benge.


Post a reply to this message

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