POV-Ray : Newsgroups : povray.binaries.scene-files : How do you make a light source glow using radiosity ... this doesn't work : Re: How do you make a light source glow using radiosity ... this doesn't work - GOT IT Server Time
2 Sep 2024 02:16:59 EDT (-0400)
  Re: How do you make a light source glow using radiosity ... this doesn't work - GOT IT  
From: Edward Leibnitz
Date: 28 Apr 2003 19:53:21
Message: <3eadbef1$1@news.povray.org>
never - mind got it ......

tweaked some settings etc .....
done

thanks

"Edward Leibnitz" <lei### [at] rcncom> wrote in message
news:3eadb283$1@news.povray.org...
> global_settings{
>   assumed_gamma 1.0
>   ambient_light 0
>
>     radiosity
>     {
>       normal on
>       pretrace_start 0.08
>       pretrace_end   0.01
>       count 100
>       nearest_count 10
>       error_bound 0.02
>       recursion_limit 1
>       low_error_factor 0.2
>       gray_threshold 0.0
>       minimum_reuse 0.015
>       brightness 1.0
>       adc_bailout 0.01/2
>   }
> }
>
> camera {
>         location <5, 5, 5> // standard angle
>
>         right x*image_width/image_height
>
>         look_at <0, 0, 0>   // standard center shot
> }
>
>   light_source {
>     <0,0,0>
>     color rgb <1,1,1>
>
>     looks_like {
>       sphere { <0,0,0>, 1 pigment { rgb<1,1,1> }  finish {ambient 0
diffuse
> 1}}
>     }
>
>   }
>
>
> --
> Edward Leibnitz
>
> edw### [at] verizonnet
>
>


Post a reply to this message

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