You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Metallic materials appear as bright as non-metallic materials in VoxelGI reflections. Since we cannot have reflections within reflections in a performant manner, we should probably try to get closer to the actual rendering of the metallic material somehow. This can likely be done by using a darker color for the voxels (and a less contrasted one somehow, since shadows are less visible on metallic materials).
In addition, this would help make self-reflections less noticeable on metallic materials.
Preview
Albedo color multiplied by 0.5 on fully metallic material
This was emulated by modifying the sphere material's albedo color, baking the VoxelGI node and resetting the albedo color to its default white.
Steps to reproduce
Add a mesh with a non-rough, fully metallic material. Make sure its bake mode is set to Baked.
Add a third mesh with a non-rough, fully metallic material. Make sure its bake mode is set to Baked.
Add a VoxelGI node and bake it.
Notice how the metallic objects appear as white in their reflections.
Calinou
changed the title
VoxelGI: Metallic materials appear as bright as non-metallic materials in reflections
Vulkan: VoxelGI metallic materials appear as bright as non-metallic materials in reflections
Nov 26, 2021
I'm not sure if just tinting will be appropriate. The trouble is metallic objects take their color from specular reflections. So their color is dependent on the environment around them.
I remember reading about how another game engine solved this problem (I think from one of the real time rendering SIGGRAPH presentations). I'll post a follow up if I can find it.
Godot version
4.0.dev (5efe80f)
System information
Fedora 34, GeForce GTX 1080 (NVIDIA 470.74)
Issue description
Metallic materials appear as bright as non-metallic materials in VoxelGI reflections. Since we cannot have reflections within reflections in a performant manner, we should probably try to get closer to the actual rendering of the metallic material somehow. This can likely be done by using a darker color for the voxels (and a less contrasted one somehow, since shadows are less visible on metallic materials).
In addition, this would help make self-reflections less noticeable on metallic materials.
Preview
Albedo color multiplied by 0.5 on fully metallic material
This was emulated by modifying the sphere material's albedo color, baking the VoxelGI node and resetting the albedo color to its default white.
Steps to reproduce
Minimal reproduction project
test_gi_texture.zip
The text was updated successfully, but these errors were encountered: