forked from Half-Life-RTX/Half-Life-PBR
33 lines
708 B
Plaintext
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"
|
|
} |