Dark volume with glass problem

Use this forum for general user support and related questions.
Forum rules
Please upload a testscene that allows developers to reproduce the problem, and attach some images.
JoeDDD
Posts: 26
Joined: Sun Jan 13, 2019 8:00 am

Dark volume with glass problem

Post by JoeDDD »

This is glass material with ior = 1, opacity = 0 with homogenous volume
Image



And this is glass material with ior=1 (air) and opacity = 100% and with the same volume setup.

Image

Both pictures should look the same but when using glass with ior 1 volume turns dark
Last edited by JoeDDD on Mon Oct 21, 2019 2:15 pm, edited 1 time in total.
User avatar
Dade
Developer
Developer
Posts: 5672
Joined: Mon Dec 04, 2017 8:36 pm
Location: Italy

Re: Dark volume with glass problem

Post by Dade »

Air IOR is 1 not 0 :?:

IOR is the ratio between light speed in vacuum and light speed in your volume. Air has a light traversal speed very near to vacuum so IOR air is about 1: https://en.wikipedia.org/wiki/Refractive_index

A IOR of 0 can not exist by definition of IOR (it would require a volume with an infinite light speed). Just any value < 1 is not possible aside in Start Trek (it requires to have light traveling faster then itself :D ).
Support LuxCoreRender project with salts and bounties
JoeDDD
Posts: 26
Joined: Sun Jan 13, 2019 8:00 am

Re: Dark volume with glass problem

Post by JoeDDD »

Dade wrote: Mon Oct 21, 2019 2:02 pm Air IOR is 1 not 0 :?:

IOR is the ratio between light speed in vacuum and light speed in your volume. Air has a light traversal speed very near to vacuum so IOR air is about 1: https://en.wikipedia.org/wiki/Refractive_index

A IOR of 0 can not exist by definition of IOR (it would require a volume with an infinite light speed). Just any value < 1 is not possible aside in Start Trek (it requires to have light traveling faster then itself :D ).
sorry my mistake. ior is set to 1 in both cases
User avatar
Dade
Developer
Developer
Posts: 5672
Joined: Mon Dec 04, 2017 8:36 pm
Location: Italy

Re: Dark volume with glass problem

Post by Dade »

It depends on what you are trying to achieve but you may want to use NULL material, not glass material: in your case, a path tracer can not render the light received by the inside volume (because it is going trough a specular material like glass). While it can render the amount of light received trough transparency.

The other option is to use new shadow transparency: viewtopic.php?f=5&t=1474
Or render real SDS paths: viewtopic.php?f=5&t=1449
Support LuxCoreRender project with salts and bounties
User avatar
Egert_Kanep
Posts: 237
Joined: Tue Mar 13, 2018 10:34 am

Re: Dark volume with glass problem

Post by Egert_Kanep »

So if I was rendering a sea I could also benefit from transparent shadows?
User avatar
Dade
Developer
Developer
Posts: 5672
Joined: Mon Dec 04, 2017 8:36 pm
Location: Italy

Re: Dark volume with glass problem

Post by Dade »

Egert_Kanep wrote: Mon Oct 21, 2019 2:45 pm So if I was rendering a sea I could also benefit from transparent shadows?
Only if you are looking for lighting some under water object. In your case, you need to use glass because of water refraction (NULL material is similar to a glass with IOR = 1 without the problem of specular materials and path tracing).

I think the best solution for you would be to use an OpenVDB to describe the heterogeneous volume and PhotonGI caustic cache to render under water light. But I have no idea if there is out there a tool to model such volume. I have seen this kind of stuff over time so I assume some one has looked into the topic but I'm not sure if there is a general available tool.

I think most people are just faking water by using some colored texture for the surface.
Support LuxCoreRender project with salts and bounties
User avatar
Dade
Developer
Developer
Posts: 5672
Joined: Mon Dec 04, 2017 8:36 pm
Location: Italy

Re: Dark volume with glass problem

Post by Dade »

Dade wrote: Mon Oct 21, 2019 2:58 pm I think the best solution for you would be to use an OpenVDB to describe the heterogeneous volume and PhotonGI caustic cache to render under water light. But I have no idea if there is out there a tool to model such volume. I have seen this kind of stuff over time so I assume some one has looked into the topic but I'm not sure if there is a general available tool.

I think most people are just faking water by using some colored texture for the surface.
This kind of stuff: https://80.lv/articles/beach-rendering- ... a-houdini/
Support LuxCoreRender project with salts and bounties
JoeDDD
Posts: 26
Joined: Sun Jan 13, 2019 8:00 am

Re: Dark volume with glass problem

Post by JoeDDD »

Dade wrote: Mon Oct 21, 2019 3:35 pm
Dade wrote: Mon Oct 21, 2019 2:58 pm I think the best solution for you would be to use an OpenVDB to describe the heterogeneous volume and PhotonGI caustic cache to render under water light. But I have no idea if there is out there a tool to model such volume. I have seen this kind of stuff over time so I assume some one has looked into the topic but I'm not sure if there is a general available tool.

I think most people are just faking water by using some colored texture for the surface.
This kind of stuff: https://80.lv/articles/beach-rendering- ... a-houdini/
I dont know why but when I use shadow color option specular highlights disappear:


This is black shadow color (0,0,0)
Image

And this is white shadow color
Image



Even if I use mirror material with dark gray shadow color lights in the reflection will turn black.
here is a picture:
Image
User avatar
Dade
Developer
Developer
Posts: 5672
Joined: Mon Dec 04, 2017 8:36 pm
Location: Italy

Re: Dark volume with glass problem

Post by Dade »

That is a MIS (Multiple Importance Sampling) bug, can you post the test scene ?
Support LuxCoreRender project with salts and bounties
JoeDDD
Posts: 26
Joined: Sun Jan 13, 2019 8:00 am

Re: Dark volume with glass problem

Post by JoeDDD »

Dade wrote: Mon Oct 21, 2019 5:13 pm That is a MIS (Multiple Importance Sampling) bug, can you post the test scene ?
That picture is just a material preview screenshot of a mirror material and nothing else really.
Post Reply