POV-Ray : Newsgroups : povray.binaries.images : Exploring Medieval windows Server Time
19 Apr 2024 12:42:29 EDT (-0400)
  Exploring Medieval windows (Message 17 to 26 of 26)  
<<< Previous 10 Messages Goto Initial 10 Messages
From: Thomas de Groot
Subject: Re: Exploring Medieval windows
Date: 14 Mar 2019 03:43:09
Message: <5c8a060d$1@news.povray.org>
On 13-3-2019 19:47, MichaelJF wrote:
> Am 13.03.2019 um 12:49 schrieb Thomas de Groot:
>> This is #2.
>>
>> Basic frame texture and some small issues (code needs cleaning up).
> Hello Thomas,
> 
> congratulations, you crafted this very well. It's very to close to my 
> macros and showing, that I overlooked a small issue. But with sane 
> definitions of the width of the wooden frame no one will notice my fault;)
> 

Thank you indeed, Michael. I have not yet looked at your code but will 
do that soon. However, your test image is very explicit and shows the 
good work already.

The small issue I was talking about is the thin line of light visible 
between the glass/lead and the window frame. It could be the window 
being a tiny bit too small but I guess it is light "leaking" at angles. 
Something similar is shown at the angle between floor and wall. I dimly 
remember this phenomenon was discussed many years ago and I do not 
remember the way to correct that, except, I believe, by using stochastic 
anti-aliasing. I shall test that in any case.

-- 
Thomas


Post a reply to this message

From: Thomas de Groot
Subject: Re: Exploring Medieval windows
Date: 14 Mar 2019 08:28:54
Message: <5c8a4906$1@news.povray.org>
On 14-3-2019 8:43, Thomas de Groot wrote:
> The small issue I was talking about is the thin line of light visible 
> between the glass/lead and the window frame. It could be the window 
> being a tiny bit too small but I guess it is light "leaking" at angles. 
> Something similar is shown at the angle between floor and wall. I dimly 
> remember this phenomenon was discussed many years ago and I do not 
> remember the way to correct that, except, I believe, by using stochastic 
> anti-aliasing. I shall test that in any case.
> 

As I supposed indeed, stochastic antialiasing (with no_cache) solves the 
issue.

-- 
Thomas


Post a reply to this message

From: Thomas de Groot
Subject: Re: Exploring Medieval windows
Date: 15 Mar 2019 04:36:02
Message: <5c8b63f2@news.povray.org>
On 14-3-2019 13:28, Thomas de Groot wrote:
> On 14-3-2019 8:43, Thomas de Groot wrote:
>> The small issue I was talking about is the thin line of light visible 
>> between the glass/lead and the window frame. It could be the window 
>> being a tiny bit too small but I guess it is light "leaking" at 
>> angles. Something similar is shown at the angle between floor and 
>> wall. I dimly remember this phenomenon was discussed many years ago 
>> and I do not remember the way to correct that, except, I believe, by 
>> using stochastic anti-aliasing. I shall test that in any case.
>>
> 
> As I supposed indeed, stochastic antialiasing (with no_cache) solves the 
> issue.
> 

The downside of this is that combining stochastic aa with photons, will 
dramatically decrease render speed. A rough calculation for the image 
above, with a crude setting of aa (+a0.1) and with photons enabled, 
shows that it will take at least 24 hours to render. :-(

-- 
Thomas


Post a reply to this message

From: Thomas de Groot
Subject: Re: Exploring Medieval windows
Date: 15 Mar 2019 07:54:12
Message: <5c8b9264$1@news.povray.org>
On 15-3-2019 9:35, Thomas de Groot wrote:
> On 14-3-2019 13:28, Thomas de Groot wrote:
>> On 14-3-2019 8:43, Thomas de Groot wrote:
>>> The small issue I was talking about is the thin line of light visible 
>>> between the glass/lead and the window frame. It could be the window 
>>> being a tiny bit too small but I guess it is light "leaking" at 
>>> angles. Something similar is shown at the angle between floor and 
>>> wall. I dimly remember this phenomenon was discussed many years ago 
>>> and I do not remember the way to correct that, except, I believe, by 
>>> using stochastic anti-aliasing. I shall test that in any case.
>>>
>>
>> As I supposed indeed, stochastic antialiasing (with no_cache) solves 
>> the issue.
>>
> 
> The downside of this is that combining stochastic aa with photons, will 
> dramatically decrease render speed. A rough calculation for the image 
> above, with a crude setting of aa (+a0.1) and with photons enabled, 
> shows that it will take at least 24 hours to render. :-(
> 

Not precise enough I am afraid. I need to give you more relevant info:

+ The issue mentioned above was solved using UberPOV, without photons, 
and with no_cache on in the radiosity block. Command line: +w640 +h640 
+am3 +a0.01 +ac0.995 +r3 +bm2 +bs8 +wt6. Radiosity's count was lowered 
to 10. Render time seemed acceptably "low" (I didn't render a complete 
image).

+ The same settings using UberPOV, this time with photons on, the render 
time soared up to the estimate of 24 hours+.

+ Using the latest version of 3.8, and with identical settings for +am3 
on the command line (no_cache is /not/ available in this version), both 
with or without photons available, the render time was "low" i.e. 
acceptable for a test and within the hour. However, the issue mentioned 
above was *not* solved. I tried to increase dramatically the count value 
in the radiosity block but to no avail where the issue was concerned.

I would like some expert's view on the matter please.

-- 
Thomas


Post a reply to this message

From: Alain
Subject: Re: Exploring Medieval windows
Date: 15 Mar 2019 17:39:21
Message: <5c8c1b89$1@news.povray.org>
Le 19-03-15 à 07:54, Thomas de Groot a écrit :
> On 15-3-2019 9:35, Thomas de Groot wrote:
>> On 14-3-2019 13:28, Thomas de Groot wrote:
>>> On 14-3-2019 8:43, Thomas de Groot wrote:
>>>> The small issue I was talking about is the thin line of light 
>>>> visible between the glass/lead and the window frame. It could be the 
>>>> window being a tiny bit too small but I guess it is light "leaking" 
>>>> at angles. Something similar is shown at the angle between floor and 
>>>> wall. I dimly remember this phenomenon was discussed many years ago 
>>>> and I do not remember the way to correct that, except, I believe, by 
>>>> using stochastic anti-aliasing. I shall test that in any case.
>>>>
>>>
>>> As I supposed indeed, stochastic antialiasing (with no_cache) solves 
>>> the issue.
>>>
>>
>> The downside of this is that combining stochastic aa with photons, 
>> will dramatically decrease render speed. A rough calculation for the 
>> image above, with a crude setting of aa (+a0.1) and with photons 
>> enabled, shows that it will take at least 24 hours to render. :-(
>>
> 
> Not precise enough I am afraid. I need to give you more relevant info:
> 
> + The issue mentioned above was solved using UberPOV, without photons, 
> and with no_cache on in the radiosity block. Command line: +w640 +h640 
> +am3 +a0.01 +ac0.995 +r3 +bm2 +bs8 +wt6. Radiosity's count was lowered 
> to 10. Render time seemed acceptably "low" (I didn't render a complete 
> image).
> 
> + The same settings using UberPOV, this time with photons on, the render 
> time soared up to the estimate of 24 hours+.
> 
> + Using the latest version of 3.8, and with identical settings for +am3 
> on the command line (no_cache is /not/ available in this version), both 
> with or without photons available, the render time was "low" i.e. 
> acceptable for a test and within the hour. However, the issue mentioned 
> above was *not* solved. I tried to increase dramatically the count value 
> in the radiosity block but to no avail where the issue was concerned.
> 
> I would like some expert's view on the matter please.
> 

The most obvious issue that I see is where the wall meet the floor. It 
looks like you are getting radiosity samples from the back of the wall.
Some possibility :
Make the wall go slightly lower than the floor.
Place another box inside the wall at the floor's level.
Add a plinth in front of the wall. It can make the scene more realistic 
at the same time.
Scale up the whole scene by some factor, like 10 times. If using spacing 
for the photons, increase it by the same factor.

If you have some problem with the window, try making the outer edge 
broader so that it goes into the red frame.


Alain


Post a reply to this message

From: Thomas de Groot
Subject: Re: Exploring Medieval windows
Date: 16 Mar 2019 03:40:36
Message: <5c8ca874$1@news.povray.org>
On 15-3-2019 22:39, Alain wrote:
> Le 19-03-15 à 07:54, Thomas de Groot a écrit :
>> On 15-3-2019 9:35, Thomas de Groot wrote:
>>> On 14-3-2019 13:28, Thomas de Groot wrote:
>>>> On 14-3-2019 8:43, Thomas de Groot wrote:
>>>>> The small issue I was talking about is the thin line of light 
>>>>> visible between the glass/lead and the window frame. It could be 
>>>>> the window being a tiny bit too small but I guess it is light 
>>>>> "leaking" at angles. Something similar is shown at the angle 
>>>>> between floor and wall. I dimly remember this phenomenon was 
>>>>> discussed many years ago and I do not remember the way to correct 
>>>>> that, except, I believe, by using stochastic anti-aliasing. I shall 
>>>>> test that in any case.
>>>>>
>>>>
>>>> As I supposed indeed, stochastic antialiasing (with no_cache) solves 
>>>> the issue.
>>>>
>>>
>>> The downside of this is that combining stochastic aa with photons, 
>>> will dramatically decrease render speed. A rough calculation for the 
>>> image above, with a crude setting of aa (+a0.1) and with photons 
>>> enabled, shows that it will take at least 24 hours to render. :-(
>>>
>>
>> Not precise enough I am afraid. I need to give you more relevant info:
>>
>> + The issue mentioned above was solved using UberPOV, without photons, 
>> and with no_cache on in the radiosity block. Command line: +w640 +h640 
>> +am3 +a0.01 +ac0.995 +r3 +bm2 +bs8 +wt6. Radiosity's count was lowered 
>> to 10. Render time seemed acceptably "low" (I didn't render a complete 
>> image).
>>
>> + The same settings using UberPOV, this time with photons on, the 
>> render time soared up to the estimate of 24 hours+.
>>
>> + Using the latest version of 3.8, and with identical settings for 
>> +am3 on the command line (no_cache is /not/ available in this 
>> version), both with or without photons available, the render time was 
>> "low" i.e. acceptable for a test and within the hour. However, the 
>> issue mentioned above was *not* solved. I tried to increase 
>> dramatically the count value in the radiosity block but to no avail 
>> where the issue was concerned.
>>
>> I would like some expert's view on the matter please.
>>
> 

Thank you Alain, much appreciated. some answers:

> The most obvious issue that I see is where the wall meet the floor. It 
> looks like you are getting radiosity samples from the back of the wall.
> Some possibility :
> Make the wall go slightly lower than the floor.

That is already the case.

> Place another box inside the wall at the floor's level.
> Add a plinth in front of the wall. It can make the scene more realistic 
> at the same time.

That is certainly something to do.

> Scale up the whole scene by some factor, like 10 times. If using spacing 
> for the photons, increase it by the same factor.

That is an interesting idea to follow up upon. I seem dimly to remember 
now that this was the best solution given in the past. This time, I am 
going to write that down in my notes book. ;-) [and then forget about it 
of course]

> 
> If you have some problem with the window, try making the outer edge 
> broader so that it goes into the red frame.

That also is already the case. I shall see what happens when scaling the 
scene up.

Thanks again!

-- 
Thomas


Post a reply to this message

From: Paolo Gibellini
Subject: Re: Exploring Medieval windows
Date: 18 Mar 2019 09:32:30
Message: <5c8f9dee$1@news.povray.org>
Thomas de Groot wrote on 13/03/2019 12:49:
> This is #2.
> 
> Basic frame texture and some small issues (code needs cleaning up).
A beautiful light.
Paolo


Post a reply to this message

From: Thomas de Groot
Subject: Re: Exploring Medieval windows
Date: 20 Mar 2019 04:53:52
Message: <5c91ffa0@news.povray.org>
On 15-3-2019 22:39, Alain wrote:
> The most obvious issue that I see is where the wall meet the floor. It 
> looks like you are getting radiosity samples from the back of the wall.
> Some possibility :
> Make the wall go slightly lower than the floor.
> Place another box inside the wall at the floor's level.
> Add a plinth in front of the wall. It can make the scene more realistic 
> at the same time.
> Scale up the whole scene by some factor, like 10 times. If using spacing 
> for the photons, increase it by the same factor.
> 
> If you have some problem with the window, try making the outer edge 
> broader so that it goes into the red frame.
> 

This image version has been scaled up x10. Initially, the bleeding did 
not disappear, only after I gave the walls a more complex texture was it 
reduced. I think that it was mostly the uniform pigment that was at issue.

The window's edge still shows the issue; I need to look deeper.

To brighten up the room, I gave the walls a tiny bit of emission.

Instead of aa, I used a bit of focal blur.

-- 
Thomas


Post a reply to this message


Attachments:
Download 'cive medieval_test_#2b.png' (464 KB)

Preview of image 'cive medieval_test_#2b.png'
cive medieval_test_#2b.png


 

From: Alain
Subject: Re: Exploring Medieval windows
Date: 20 Mar 2019 11:25:06
Message: <5c925b52$1@news.povray.org>
Le 19-03-20 à 04:53, Thomas de Groot a écrit :
> On 15-3-2019 22:39, Alain wrote:
>> The most obvious issue that I see is where the wall meet the floor. It 
>> looks like you are getting radiosity samples from the back of the wall.
>> Some possibility :
>> Make the wall go slightly lower than the floor.
>> Place another box inside the wall at the floor's level.
>> Add a plinth in front of the wall. It can make the scene more 
>> realistic at the same time.
>> Scale up the whole scene by some factor, like 10 times. If using 
>> spacing for the photons, increase it by the same factor.
>>
>> If you have some problem with the window, try making the outer edge 
>> broader so that it goes into the red frame.
>>
> 
> This image version has been scaled up x10. Initially, the bleeding did 
> not disappear, only after I gave the walls a more complex texture was it 
> reduced. I think that it was mostly the uniform pigment that was at issue.
> 
> The window's edge still shows the issue; I need to look deeper.
> 
> To brighten up the room, I gave the walls a tiny bit of emission.
> 
> Instead of aa, I used a bit of focal blur.
> 

Try making the window edges a little bit thicker, or add some thin 
strips around it. The strips will act a little like the plinths at the 
bottom of the walls. Make them black.


Post a reply to this message

From: Thomas de Groot
Subject: Re: Exploring Medieval windows
Date: 21 Mar 2019 08:22:42
Message: <5c938212$1@news.povray.org>
On 20-3-2019 16:25, Alain wrote:

> Try making the window edges a little bit thicker, or add some thin 
> strips around it. The strips will act a little like the plinths at the 
> bottom of the walls. Make them black.

That does not do the trick. Like the plinths in the room, the bleeding 
is just moved to the corner plinth/frame, as was the corner plinth/wall 
before I changed the wall texture. So, the solution lies elsewhere, but 
I do not know where at the moment.

-- 
Thomas


Post a reply to this message

<<< Previous 10 Messages Goto Initial 10 Messages

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