POV-Ray : Newsgroups : povray.binaries.images : gallery - gallery9_lowkb.jpg [0/1] : Re: gallery - gallery9_lowkb.jpg [1/1] Server Time
19 Aug 2024 00:27:37 EDT (-0400)
  Re: gallery - gallery9_lowkb.jpg [1/1]  
From: Gilles Tran
Date: 30 Mar 2001 11:42:32
Message: <3AC4B820.9079498C@inapg.inra.fr>
Lutz-Peter Hooge wrote:

> Somebody has good rad. settings? I havn't done anything with MegaPovs
> radiosity yet.

Below is what I use for most of my radiosity images.
Use HQOn=0 for tests (fast), HQOn=1 for final render and HQOn=2 if you really
have some trouble with radiosity artefacts (may not be enough though).
Turn all "ambient" to 0 and all "diffuse" to 1 for regular objects. You may have
to tweak the light intensities, color intensities, light color and sky color to
get proper effects.

G.

#declare HQOn=1;
#declare QR=1;

global_settings{
        assumed_gamma 1
        max_trace_level 15
        #if (QR=1)
            ini_option "+QR"
        #end
        radiosity{
            pretrace_start 1
            pretrace_end   1
            #switch (HQOn)
                #case (0)
                    count 100 error_bound 1
                #break
                #case (1)
                    count 800 error_bound 0.02
                #break
                #case (2)
                    count 1600 error_bound 0.02
                #break
            #end
            nearest_count 4
            recursion_limit 1
            low_error_factor 1
            gray_threshold 0
            minimum_reuse 0.015
            brightness 2
            adc_bailout 0.01/2
            normal on
        }
}

--

**********************
http://www.oyonale.com
**********************
Graphic experiments
Pov-ray gallery


Post a reply to this message

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