POV-Ray : Newsgroups : povray.binaries.images : Another person doing radiosity (~79kb) : Re: Another person doing radiosity (~79kb) Server Time
18 Aug 2024 02:20:04 EDT (-0400)
  Re: Another person doing radiosity (~79kb)  
From: Mark James Lewin
Date: 2 Jul 2001 18:01:12
Message: <3B40ED4A.F5C62DA9@yahoo.com.au>
Here are the relevant parts of my scene. No light sources were used. The
colour(s) may be slightly different in the pic I posted, but the rad
settings are the same.

MJL

global_settings
        {
        max_trace_level 100
        assumed_gamma 1
        ambient_light 1/1000

        ini_option "+QR"

        radiosity
                {
                pretrace_start 0.005
                pretrace_end   0.0025
                count 750
                nearest_count 10
                error_bound 0.1

                recursion_limit 1
                low_error_factor 0.5
                gray_threshold 0.0
                minimum_reuse 0.015
                brightness 1
                adc_bailout 0.01
                }
        }

sky_sphere
        {
        pigment
                {
                colour rgb 1
                }
        }

box
        {
        <-500,-1,-500>
        <500,0,500>

        texture
                {
                pigment
                        {
                        colour rgb 1
                        }

                finish
                        {
                        diffuse 1
                        }
                }
        }

object
        {
        YWing

        texture
                {
                pigment
                        {
                        colour rgb <1,1,0.8>
                        }
                }
        }

"Rick [Kitty5]" wrote:

> > My attempt at nice radiosity. The model is from Sci-Fi 3D. Render took
> > 7.5 hr on an Athlon 800.
>
> hmm, looks a touch better than mine, better lighting depth. what's your
> scene?
>
> --
> Rick
>
> Kitty5 WebDesign - http://Kitty5.com
> Hi-Impact database driven web site design & e-commerce
> TEL : +44 (01625) 266358 - FAX : +44 (01625) 611913 - ICQ : 15776037
> POV-Ray News & Resources - http://Povray.co.uk
>
> PGP Public Key
> http://pgpkeys.mit.edu:11371/pks/lookup?op=get&search=0x231E1CEA


Post a reply to this message

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