POV-Ray : Newsgroups : povray.beta-test.binaries : [beta9] Radiosity results Server Time
18 Apr 2024 14:22:09 EDT (-0400)
  [beta9] Radiosity results (Message 1 to 3 of 3)  
From: JYR
Subject: [beta9] Radiosity results
Date: 18 Sep 2005 10:30:00
Message: <web.432d785819e9b6e56cc14b5c0@news.povray.org>
here are the first results i got with radiosity with beta 9,
(win XP home edition, AMD Athlon XP 2800+, 1 MB RAM)

with the following code.


//BEGIN CODE
#declare span=<0,-20,0> ;

global_settings {
        max_trace_level 5
        radiosity{
                pretrace_start .08
                pretrace_end   .01
                count 360

                nearest_count 8
                error_bound .02
                recursion_limit 1

                low_error_factor 0.35
                gray_threshold 0
                minimum_reuse .01
                brightness 1
                adc_bailout 0.01
                }
        }

camera {
   location     <0,0,-4.5>
   look_at      <0,0,0>
   rotate       span
}

light_source {<6, 0, -4.5> rgb 2}

plane {y, -1 pigment {rgb <1, .8, .10>} finish {ambient 0 diffuse .9}}
sphere {0, 1 pigment {red 1} finish {ambient 0 diffuse .9}}
//box{-1,1 pigment {red 1} finish {ambient 0 diffuse .9} rotate 20*y}

//END CODE

on the left, with 3.6.1a, on the right with beta 9.

JYR


Post a reply to this message


Attachments:
Download 'untitled-truecolor-08.png' (37 KB)

Preview of image 'untitled-truecolor-08.png'
untitled-truecolor-08.png


 

From: Stefan Persson
Subject: Re: [beta9] Radiosity results
Date: 24 Oct 2005 01:53:25
Message: <435c76d5$1@news.povray.org>
Are you sure that's not 1 Gib RAM? ;)

Stefan
"JYR" <jyr### [at] hotmailcom> skrev i meddelandet 
news:web.432d785819e9b6e56cc14b5c0@news.povray.org...
> here are the first results i got with radiosity with beta 9,
> (win XP home edition, AMD Athlon XP 2800+, 1 MB RAM)


Post a reply to this message

From: JYR
Subject: Re: [beta9] Radiosity results
Date: 24 Oct 2005 10:40:00
Message: <web.435cf1e1e3743c1939b8d62e0@news.povray.org>
"Stefan Persson" <azy### [at] hotmailcom> wrote:
> Are you sure that's not 1 Gib RAM? ;)
>
> Stefan
> "JYR" <jyr### [at] hotmailcom> skrev i meddelandet
> news:web.432d785819e9b6e56cc14b5c0@news.povray.org...
> > here are the first results i got with radiosity with beta 9,
> > (win XP home edition, AMD Athlon XP 2800+, 1 MB RAM)

no, i meant it   ;)
Must've been a day with 1 bite of allocatable brain cells.

JYR


Post a reply to this message

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