POV-Ray : Newsgroups : povray.newusers : Sunbeam effect : Re: Sunbeam effect Server Time
29 Jul 2024 12:28:21 EDT (-0400)
  Re: Sunbeam effect  
From: Roman Reiner
Date: 12 Jan 2006 13:15:01
Message: <web.43c69b7b3689a52f1d8bf38d0@news.povray.org>
You might want to use scattering media. emission media is not being
influenced by any lightsources. neither is absorbing media. But with
scattering media you should get your desired effect. I would recommend
looking up section 2.3.6.3.3 (tutorial) or section 3.6.2.1.3 (reference) in
the docs.

Hope this helpes
Regards Roman

"Neil Fraser" <pov### [at] neilfrasernameNOSPAM> wrote:
> box {
>   <50, 50, 0>, <-50, -50, -50>
>   texture { pigment { color rgbf <1,1,1, 1> } }
>   hollow
>   interior {
>     media {
>       emission 0.01
>     }
>   }
> }
>
> Any suggestions would be appreciated.  Thank you.


Post a reply to this message

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