add debug materials

This commit is contained in:
2022-07-29 17:43:56 +03:00
parent 972b2c984c
commit 0750d2b51f
44 changed files with 240 additions and 0 deletions

33
valve/pbr/mirror.mat Normal file
View File

@@ -0,0 +1,33 @@
// 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"
}