POV-Ray : Newsgroups : povray.newusers : Glowing Plasma : Re: Glowing Plasma Server Time
1 Jun 2024 23:17:58 EDT (-0400)
  Re: Glowing Plasma  
From: Arcalon
Date: 7 Jun 2013 11:30:01
Message: <web.51b1fbf82610dbabd6dd4370@news.povray.org>
Hi,

I have activated radiosity with the default settings and modified my plasma:
union{
        sphere{ 0,1
                pigment { rgbt 1 } hollow
                interior{
                        media{
                                emission 6
                                density{
                                        spherical density_map{
                                                [0 rgb 0]
                                                [0.1 rgb <.5,.1,.5>]
                                                [0.2 rgb <1,.8,1>]
                                                [1 rgb 1]
                                        }
                                }
                        }
                }
        }
        light_source{0 color rgb<1,0,1> area_light 0.6*x 0.6*z 5 5 circular
        orient adaptive 0}
        scale <0.4,.5,.4>
}

The results are now way better. I will check the other advices next week.


Post a reply to this message

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