Env. Light Visibility Cache

Discussion related to the LuxCore functionality, implementations and API.
User avatar
lacilaci
Donor
Donor
Posts: 1969
Joined: Fri May 04, 2018 5:16 am

Re: Env. Light Visibility Cache

Post by lacilaci »

epilectrolytics wrote: Tue Jul 30, 2019 6:14 am
lacilaci wrote: Tue Jul 30, 2019 4:58 am Maybe it's some biased performance tricks or something that others do to avoid the issue or I really don't know.
Maybe in Cycles filter glossy helps with that.
Do you have reflective caustics and filter glossy activated when you render in cycles?

I never found an explanation how it actually works but I suspect it uses higher roughness for second and further bounces or something.
Even with filter glossy disabled I haven't seen any change in cycles's behavior...

Luxcore renders just fine without part of the environment/obstructions
noenviro.jpg
45sec
User avatar
lacilaci
Donor
Donor
Posts: 1969
Joined: Fri May 04, 2018 5:16 am

Re: Env. Light Visibility Cache

Post by lacilaci »

It's the GI caching causing most of the noise.
If I lower the gi caching glossiness threshold to cover the sink as well I get this:
pgi_on.jpg
There is still some pretty bad noise over there that will take ages to clean....

maybe agressive russian roulette?

I can get pretty bad performance in cycles's reflections too if I leave defaults of min. bounces to 0 and leave cycles to automatically decide when to terminate ray. But! If I set min. bounces to the same value as max bounces in cycles, I get just a small performance hit but a lot cleaner glass and reflective shaders in interior!!!

I guess this type of stuff isn't exposed in blender? To make sure rays don't get teminated before their max depth?
User avatar
B.Y.O.B.
Developer
Developer
Posts: 4146
Joined: Mon Dec 04, 2017 10:08 pm
Location: Germany
Contact:

Re: Env. Light Visibility Cache

Post by B.Y.O.B. »

lacilaci wrote: Tue Jul 30, 2019 6:34 am I can get pretty bad performance in cycles's reflections too if I leave defaults of min. bounces to 0 and leave cycles to automatically decide when to terminate ray. But! If I set min. bounces to the same value as max bounces in cycles, I get just a small performance hit but a lot cleaner glass and reflective shaders in interior!!!

I guess this type of stuff isn't exposed in blender? To make sure rays don't get teminated before their max depth?
It is not exposed in Blender, we use the default values of LuxCore:
https://wiki.luxcorerender.org/LuxCore_ ... PATHCPU.22
("path.russianroulette.*")

But I can send you a BlendLuxCore version where you can use these parameters if you want to test that.
It only requires to add them here: https://github.com/LuxCoreRender/BlendL ... ig.py#L242
User avatar
Dade
Developer
Developer
Posts: 5672
Joined: Mon Dec 04, 2017 8:36 pm
Location: Italy

Re: Env. Light Visibility Cache

Post by Dade »

lacilaci wrote: Tue Jul 30, 2019 6:34 am It's the GI caching causing most of the noise.
If I lower the gi caching glossiness threshold to cover the sink as well I get this:
Can you post a test scene ? Just light source + walls + sink ?
Support LuxCoreRender project with salts and bounties
User avatar
lacilaci
Donor
Donor
Posts: 1969
Joined: Fri May 04, 2018 5:16 am

Re: Env. Light Visibility Cache

Post by lacilaci »

here, but it never gets that noisy with a basic setup as it does within "complex" environment full of obstacles.
lux_sink_only.blend
(1.96 MiB) Downloaded 127 times
The reason why I thought it is russian roulette is that it looks cleaner with low glossiness threshold for photongi, so when the sink actually uses photongi it becomes much faster to render... although some noise sill remains in the full scene...

I will try to dig through the scene, maybe there's something else that's the source of the crazy noise. Some shader settings, maybe bad normals on some objects or something(although cycles didn't have a single issue with even more complex version of the scene)
User avatar
lacilaci
Donor
Donor
Posts: 1969
Joined: Fri May 04, 2018 5:16 am

Re: Env. Light Visibility Cache

Post by lacilaci »

B.Y.O.B. wrote: Tue Jul 30, 2019 7:32 am
lacilaci wrote: Tue Jul 30, 2019 6:34 am I can get pretty bad performance in cycles's reflections too if I leave defaults of min. bounces to 0 and leave cycles to automatically decide when to terminate ray. But! If I set min. bounces to the same value as max bounces in cycles, I get just a small performance hit but a lot cleaner glass and reflective shaders in interior!!!

I guess this type of stuff isn't exposed in blender? To make sure rays don't get teminated before their max depth?
It is not exposed in Blender, we use the default values of LuxCore:
https://wiki.luxcorerender.org/LuxCore_ ... PATHCPU.22
("path.russianroulette.*")

But I can send you a BlendLuxCore version where you can use these parameters if you want to test that.
It only requires to add them here: https://github.com/LuxCoreRender/BlendL ... ig.py#L242
I did this:
rr_12.jpg
But no change in how it looks... so I guess that's not the issue here. (Unless I screwed it up :D)
User avatar
Sharlybg
Donor
Donor
Posts: 3101
Joined: Mon Dec 04, 2017 10:11 pm
Location: Ivory Coast

Re: Env. Light Visibility Cache

Post by Sharlybg »

Please what is your clamping value ?
Support LuxCoreRender project with salts and bounties

Portfolio : https://www.behance.net/DRAVIA
User avatar
lacilaci
Donor
Donor
Posts: 1969
Joined: Fri May 04, 2018 5:16 am

Re: Env. Light Visibility Cache

Post by lacilaci »

Sharlybg wrote: Tue Jul 30, 2019 9:12 am Please what is your clamping value ?
I tried 100000 and also 10... little to no change
User avatar
Sharlybg
Donor
Donor
Posts: 3101
Joined: Mon Dec 04, 2017 10:11 pm
Location: Ivory Coast

Re: Env. Light Visibility Cache

Post by Sharlybg »

I tried 100000 and also 10... little to no change
So what is your current lighting setup in the complexe scene and your sink max white albedo ?
Support LuxCoreRender project with salts and bounties

Portfolio : https://www.behance.net/DRAVIA
User avatar
lacilaci
Donor
Donor
Posts: 1969
Joined: Fri May 04, 2018 5:16 am

Re: Env. Light Visibility Cache

Post by lacilaci »

Sharlybg wrote: Tue Jul 30, 2019 9:27 am
I tried 100000 and also 10... little to no change
So what is your current lighting setup in the complexe scene and your sink max white albedo ?
constant color background and material color is at 0.7 white and roughness at 0.02 it is as basic as it gets

I also tried octane, and there doesn't seem to be any issue with this type of stuff just like cycles.. so I'm confused.
I will watch out next time I'm building a scene for this issue and maybe figure something out, right now I have no idea what went wrong.
Post Reply