Cycles: Remove MultiGGX code, replace with albedo scaling #107958

Merged
Lukas Stockner merged 8 commits from LukasStockner/blender:remove-multiggx into main 2023-06-05 02:21:03 +02:00
1 changed files with 4 additions and 4 deletions
Showing only changes of commit 9b4058c3b3 - Show all commits

View File

@ -4752,8 +4752,8 @@ static const EnumPropertyItem node_glossy_items[] = {
"MULTI_GGX",
0,
"Multiscatter GGX",
"Slower than GGX but gives a more energy conserving results, which would otherwise be "
"visible as excessive darkening"},
"GGX with additional correction to account for multiple scattering, preserve energy and "
"prevent unexpected darkening at high roughness"},
{0, NULL, 0, NULL, NULL},
};
@ -4764,8 +4764,8 @@ static const EnumPropertyItem node_glass_items[] = {
"MULTI_GGX",
0,
"Multiscatter GGX",
"Slower than GGX but gives a more energy conserving results, which would otherwise be "
"visible as excessive darkening"},
"GGX with additional correction to account for multiple scattering, preserve energy and "
"prevent unexpected darkening at high roughness"},
{0, NULL, 0, NULL, NULL},
};