Half-Life-PBR/valve/pbr/mirror.mat
2022-07-29 17:43:56 +03:00

33 lines
708 B
Plaintext

// Mirrors for patch and mods
{
"for" "mirror"
"basecolor_map" "/debug/colors/white.png"
"metal_map" "/debug/colors/white.png"
"roughness_map" "/debug/colors/black.png"
}
{
"for" "reflect"
"basecolor_map" "/debug/colors/white.png"
"metal_map" "/debug/colors/white.png"
"roughness_map" "/debug/colors/black.png"
}
{
"for" "!reflect"
"basecolor_map" "/debug/colors/white.png"
"metal_map" "/debug/colors/white.png"
"roughness_map" "/debug/colors/black.png"
}
{
"for" "reflect1"
"basecolor_map" "/debug/colors/white.png"
"metal_map" "/debug/colors/white.png"
"roughness_map" "/debug/colors/black.png"
}
// MIRROR HACK (temporal workaround)
{
"for" "pbr/debug/colors/white.png"
"metalness" "1"
"roughness" "0"
}