POV-Ray : Newsgroups : povray.binaries.images : Extreme radiosity artifacts? : Extreme radiosity artifacts? Server Time
8 Aug 2024 22:15:32 EDT (-0400)
  Extreme radiosity artifacts?  
From: Bill Hails
Date: 12 Apr 2005 19:58:02
Message: <425c6088@news.povray.org>
Hi,
I'm playing around with radiosity and media.
This is a test render for a component of a
scene I'm working on.

I'm not assuming this is a bug, just my total lack of
knowlege about radiosity :-)

I have
    radiosity {
        Rad_Settings(Radiosity_Normal, true, true)
    }
And the spheroids are marked hollow, filled with

#declare M_FruitB = material {
    interior {
        ior 1.473 // glycerine
        media {
            emission 0.4
            scattering { 1, 0.3 extinction 0 }
            absorption 0.7
            density {
                bozo
                scale 0.2
                turbulence 0.1
                #local Density = 3;
                density_map {
                    [0.00 rgb<1, 1, 1> * Density]
                    [0.49 rgb<1, 1, 1> * Density]
                    [0.51 rgb<0, 0, 0> * Density]
                    [0.98 rgb<0, 0, 0> * Density]
                    [1.00 rgb<1, 1, 1> * Density]
                }
            }
        }
    }
    texture {
        pigment { rgbt<0, 1, 0, 0.6> }
        normal { bozo 1.2 turbulence 0.2 scale 0.05 }
        finish {
            specular 1
            roughness 0.0001
            reflection {
                0.18
                fresnel on
            }
        }
    }
}

(The dark centers are just elongated black spheres)

There's no light source, just a
sphere {
        0, 300000
        hollow
        texture {
            pigment { White }
            finish {
                ambient 1
                diffuse 0
            }
        }
    }

So, how come the spheroids (sphere sweeps in fact)
seem to be focusing the light in random ways?
Or are they radiosity samples that aren't quite
right?

Any help greatly appreciated.
-- 
Bill Hails
http://thyme.homelinux.net/


Post a reply to this message


Attachments:
Download 'test.jpg' (19 KB)

Preview of image 'test.jpg'
test.jpg


 

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