POV-Ray : Newsgroups : povray.general : Animation-proof radiosity Server Time
7 Aug 2024 09:25:17 EDT (-0400)
  Animation-proof radiosity (Message 1 to 6 of 6)  
From: Greg M  Johnson
Subject: Animation-proof radiosity
Date: 26 Oct 2001 13:07:23
Message: <3BD997FE.4AB5F800@aol.com>
In p.b.a I posted an animation where I have lighting from radiosity from
ceiling lights.

In any one scene, the radiosity is cool, but as I compile an anim, the
lighting looks like it's jumping around, almost like lightning.

The source code for the radiosity settings & room are posted there.

It used 0.7.


Post a reply to this message

From: JRG
Subject: Re: Animation-proof radiosity
Date: 26 Oct 2001 13:12:01
Message: <3bd99961@news.povray.org>
It's a normal drawback of radiosity. Rays *jittering* is the keyword.
Yet it seems like radiosity scenes look different every time you render
them...

--
Jonathan.

"Greg M. Johnson" <"gregj56590[:-0]"@aol.com> ha scritto nel messaggio
news:3BD997FE.4AB5F800@aol.com...
> In p.b.a I posted an animation where I have lighting from radiosity from
> ceiling lights.
>
> In any one scene, the radiosity is cool, but as I compile an anim, the
> lighting looks like it's jumping around, almost like lightning.
>
> The source code for the radiosity settings & room are posted there.
>
> It used 0.7.
>


Post a reply to this message

From: Andy Cocker
Subject: Re: Animation-proof radiosity
Date: 26 Oct 2001 13:32:30
Message: <3bd99e2e@news.povray.org>
Hi Greg,

Have you tried saving the initial radiosity solution, then reloading it for
all subsequent frames ( with always_sample_off and a pretrace start and end
set to 1)? I tried it, and the results were perfect. Objects were moving in
my scene, though the camera was stationary. Dunno if this would make an
impact on the results.

All the best,

Andy Cocker

"Greg M. Johnson" <"gregj56590[:-0]"@aol.com> wrote in message
news:3BD997FE.4AB5F800@aol.com...
> In p.b.a I posted an animation where I have lighting from radiosity from
> ceiling lights.
>
> In any one scene, the radiosity is cool, but as I compile an anim, the
> lighting looks like it's jumping around, almost like lightning.
>
> The source code for the radiosity settings & room are posted there.
>
> It used 0.7.
>


Post a reply to this message

From: Greg M  Johnson
Subject: Re: Animation-proof radiosity
Date: 26 Oct 2001 16:45:04
Message: <3BD9CB04.7F2AED46@aol.com>
Neat idea, BUT I also want my moving character to cast shadows.  Am I right
that your suggestion would not allow this?


Post a reply to this message

From: Anthony D'Agostino
Subject: Re: Animation-proof radiosity
Date: 27 Oct 2001 21:50:54
Message: <3bdb647e@news.povray.org>
When Rad=1, my scene renders in 1 minute.
When Rad=2, it takes almost 3 minutes!
What is wrong?  Isn't it supposed to be faster?

-----------------------------------
#declare Rad = 1;

global_settings {
  assumed_gamma 1
#switch (Rad)
 #case (1)
  radiosity {
    pretrace_start 0.08
    pretrace_end   0.02
    count 50
    error_bound 0.5
    recursion_limit 1
    save_file "Filename.rca"
  }
 #break
 #case (2)
  radiosity {
    pretrace_start 1
    pretrace_end   1
    always_sample off
    load_file "Filename.rca"
  }
 #break
#end
-----------------------------------


Andy Cocker <big### [at] mariner9fsnetcouk> wrote in message

> Have you tried saving the initial radiosity solution, then reloading it
for
> all subsequent frames ( with always_sample_off and a pretrace start and
end
> set to 1)? I tried it, and the results were perfect. Objects were moving
in
> my scene, though the camera was stationary. Dunno if this would make an
> impact on the results.


Post a reply to this message

From: JRG
Subject: Re: Animation-proof radiosity
Date: 28 Oct 2001 04:58:05
Message: <3bdbd6ad@news.povray.org>
Well, you're using fairly low settings. Try with very high radiosity
settings and see if it isn't faster.

--
Jonathan.
"Anthony D'Agostino" <sco### [at] spamEcsicom> ha scritto nel messaggio
news:3bdb647e@news.povray.org...
> When Rad=1, my scene renders in 1 minute.
> When Rad=2, it takes almost 3 minutes!
> What is wrong?  Isn't it supposed to be faster?
>
> -----------------------------------
> #declare Rad = 1;
>
> global_settings {
>   assumed_gamma 1
> #switch (Rad)
>  #case (1)
>   radiosity {
>     pretrace_start 0.08
>     pretrace_end   0.02
>     count 50
>     error_bound 0.5
>     recursion_limit 1
>     save_file "Filename.rca"
>   }
>  #break
>  #case (2)
>   radiosity {
>     pretrace_start 1
>     pretrace_end   1
>     always_sample off
>     load_file "Filename.rca"
>   }
>  #break
> #end
> -----------------------------------
>
>
> Andy Cocker <big### [at] mariner9fsnetcouk> wrote in message
>
> > Have you tried saving the initial radiosity solution, then reloading it
> for
> > all subsequent frames ( with always_sample_off and a pretrace start and
> end
> > set to 1)? I tried it, and the results were perfect. Objects were moving
> in
> > my scene, though the camera was stationary. Dunno if this would make an
> > impact on the results.
>
>
>


Post a reply to this message

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