POV-Ray : Newsgroups : povray.binaries.images : Find the Easter Egg Server Time
2 Aug 2024 04:20:54 EDT (-0400)
  Find the Easter Egg (Message 42 to 51 of 51)  
<<< Previous 10 Messages Goto Initial 10 Messages
From: bluetree
Subject: Re: Find the Easter Egg
Date: 28 Jan 2008 10:00:01
Message: <web.479ded746157788337391bc50@news.povray.org>
Alain <ele### [at] netscapenet> wrote:
> One window pane = 2 trace levels. You may have reatched the max_trace_level.
> Also, each face count against the radiosity recursion_limit.
> Anyway, it's effect is negligeable as the two faces are parallel.

I'm not really sure, if I've understood that, sorry. :)
So I had to use a max_trace_level of 7 instead of 5 and then I wouldn't have to
delete the window glass?
....

> > The plant pots have now two different textures for inside and outside.
> > I put a spot_light and an area light outside, opened the door and changed the
> > texture of the 'box' with the ferns.
> > But I made something wrong. Somehow the candlelights are not visible anymore, it
> > doesn't matter, what I tried to change, they don't look lighted anymore...
> The cause depend on what you use for those. Can you post the code for the candle
> flames? (on povray.binaries.scene-files)
> If you use a media, you may need to add "media on" in the radiosity block.

I'll post it. ;)
Thanks!
I thought it might be a problem, if the light source is surrounded by two sphere
sweeps, so there could be no light? Their texture isn't all transparent...
Don't want to confuse anybody by talking nonsense. ;)
Would it be better to post the whole scene (without image maps)?

Regards
              bluetree


Post a reply to this message

From: Jan Dvorak
Subject: Re: Find the Easter Egg
Date: 28 Jan 2008 10:42:07
Message: <479df7cf$1@news.povray.org>
bluetree napsal(a):
> Alain <ele### [at] netscapenet> wrote:
>> One window pane = 2 trace levels. You may have reatched the max_trace_level.
>> Also, each face count against the radiosity recursion_limit.
>> Anyway, it's effect is negligeable as the two faces are parallel.
> 
> I'm not really sure, if I've understood that, sorry. :)
> So I had to use a max_trace_level of 7 instead of 5 and then I wouldn't have to
> delete the window glass?
> ....
> 
>>> The plant pots have now two different textures for inside and outside.
>>> I put a spot_light and an area light outside, opened the door and changed the
>>> texture of the 'box' with the ferns.
>>> But I made something wrong. Somehow the candlelights are not visible anymore, it
>>> doesn't matter, what I tried to change, they don't look lighted anymore...
>> The cause depend on what you use for those. Can you post the code for the candle
>> flames? (on povray.binaries.scene-files)
>> If you use a media, you may need to add "media on" in the radiosity block.
> 
> I'll post it. ;)
> Thanks!
> I thought it might be a problem, if the light source is surrounded by two sphere
> sweeps, so there could be no light? Their texture isn't all transparent...
> Don't want to confuse anybody by talking nonsense. ;)
> Would it be better to post the whole scene (without image maps)?
> 
> Regards
>               bluetree
> 
post the flames


Post a reply to this message

From: bluetree
Subject: Re: Find the Easter Egg
Date: 28 Jan 2008 11:00:01
Message: <web.479dfb4b6157788337391bc50@news.povray.org>
Jan Dvorak <jan### [at] centrumcz> wrote:
> post the flames

Already done. :)

Regards
             bluetree


Post a reply to this message

From: Nicolas Alvarez
Subject: Re: Find the Easter Egg
Date: 28 Jan 2008 12:19:11
Message: <479e0e8f$1@news.povray.org>

> To be allowed to post the bsp-files would be fine. I'll do it.
> I have to split them, because the files are together about 2MB in size...
> 

Did you try compression?


Post a reply to this message

From: Nicolas Alvarez
Subject: Re: Find the Easter Egg
Date: 28 Jan 2008 12:19:34
Message: <479e0ea6$1@news.povray.org>
Alain escribió:
> The best way to learn about radiosity is to start with a relatively 
> simple sample scene using the default values. After that, you experiment 
> changing the various parameters, one at the time, and see the effect.
> There are several radiosity sample scenes that come with POV-Ray, try 
> them, alter them...

I just do it the lazy way and use rad_def.inc.


Post a reply to this message

From: Stephen
Subject: Re: Find the Easter Egg
Date: 28 Jan 2008 13:51:10
Message: <h09sp3tfg7ns66p9pnoao2oeogab9kbhlt@4ax.com>
On Mon, 28 Jan 2008 08:16:33 EST, "bluetree" <nomail@nomail> wrote:

>
>To be allowed to post the bsp-files would be fine. I'll do it.
>I have to split them, because the files are together about 2MB in size...

Got them. Thanks.

Regards
	Stephen


Post a reply to this message

From: Alain
Subject: Re: Find the Easter Egg
Date: 28 Jan 2008 14:52:52
Message: <479e3294$1@news.povray.org>
bluetree nous apporta ses lumieres en ce 2008/01/28 09:57:
> Alain <ele### [at] netscapenet> wrote:
>> One window pane = 2 trace levels. You may have reatched the max_trace_level.
>> Also, each face count against the radiosity recursion_limit.
>> Anyway, it's effect is negligeable as the two faces are parallel.
> 
> I'm not really sure, if I've understood that, sorry. :)
> So I had to use a max_trace_level of 7 instead of 5 and then I wouldn't have to
> delete the window glass?
> ....
> 
Whenever you have a flat transparent object whose sides are hiden, and that 
object is colourless and transparent, you can just remove it.
You need it only if it also reflect something significant. This is the case of 
an interior night scene where the window reflect the room's content.
In the original render, the outside is relatively dark and the interior does 
have some reflection in the window: leave the glass.
In the second render, the outside is much brighter and would have drownd the 
reflection: revove the glass.

When you use radiosity, it's not only the max_trace_level that you need to 
increase, you also need to increase recusion_level by 2, as each encoutered 
surface count as a recursion_level.
What you can do, is to use the two pass technique.
On the first pass, you remove any weakly contributing transparent object and you 
use save_file. You can render this pass with a lower resolution and no aa.
On the second pass, you put back the transparent objects, set "always_sample 0" 
and load back the saved data with load_file.

-- 
Alain
-------------------------------------------------
WARNING: the crumsumpten of alcohol may Mack you tink you kan tpye reel gode


Post a reply to this message

From: alphaQuad
Subject: Re: Find the Easter Egg
Date: 28 Jan 2008 15:20:01
Message: <web.479e3850615778833ffee9290@news.povray.org>
Alain <ele### [at] netscapenet> wrote:

> When you use radiosity, it's not only the max_trace_level that you need to
> increase, you also need to increase recusion_level by 2, as each encoutered
> surface count as a recursion_level.

> --
> Alain
> -------------------------------------------------
> WARNING: the crumsumpten of alcohol may Mack you tink you kan tpye reel gode

Ok, Alain the bar is closing. Put down the drink. (jokingly I hope)


recursion_limit 3   // default 3
    // recursion levels are used to calculate the diffuse inter-reflection

    recusion_level not a key word.
also
recursion_level not a key word.


I could be wrong about all of this


Post a reply to this message

From: Alain
Subject: Re: Find the Easter Egg
Date: 28 Jan 2008 15:53:12
Message: <479e40b8$1@news.povray.org>
alphaQuad nous apporta ses lumieres en ce 2008/01/28 15:17:

> recursion_limit 3   // default 3
>     // recursion levels are used to calculate the diffuse inter-reflection
> 
>     recusion_level not a key word.
> also
> recursion_level not a key word.
> 
> 
> I could be wrong about all of this
> 
OUPS! :( Sory :(

-- 
Alain
-------------------------------------------------
You know you've been raytracing too long when you tell stories to your kids that 
include stuff like "Once there was a polygon mesh who was very sad because he 
was only Gourard shaded."
     -- Taps a.k.a. Tapio Vocadlo


Post a reply to this message

From: bluetree
Subject: Re: Find the Easter Egg
Date: 29 Jan 2008 03:25:01
Message: <web.479ee20661577883b14839e0@news.povray.org>
Alain <ele### [at] netscapenet> wrote:
> alphaQuad nous apporta ses lumieres en ce 2008/01/28 15:17:
>
> > recursion_limit 3   // default 3
> >     // recursion levels are used to calculate the diffuse inter-reflection
> >
> >     recusion_level not a key word.
> > also
> > recursion_level not a key word.
> >
> >
> > I could be wrong about all of this
> >
> OUPS! :( Sory :(
>
> --
> Alain
> -------------------------------------------------
> You know you've been raytracing too long when you tell stories to your kids that
> include stuff like "Once there was a polygon mesh who was very sad because he
> was only Gourard shaded."
>      -- Taps a.k.a. Tapio Vocadlo


No. No. I want to listen to it.
You don't have to stop. I'm happy to learn more. :)
Thanks for your tutoring.
I'll try this two pass. But at first, I'll have to read, how exactly to do that.
;)
("Newbie [me] is bashfully hiding behind a smile")

Regards
            bluetree


Post a reply to this message

<<< Previous 10 Messages Goto Initial 10 Messages

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