move colors to root

This commit is contained in:
2022-07-30 19:19:26 +03:00
parent 75091c76fd
commit 72f0746c31
40 changed files with 43 additions and 43 deletions

View File

@@ -2,32 +2,32 @@
// 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"
"basecolor_map" "/colors/white.png"
"metal_map" "/colors/white.png"
"roughness_map" "/colors/black.png"
}
{
"for" "reflect"
"basecolor_map" "/debug/colors/white.png"
"metal_map" "/debug/colors/white.png"
"roughness_map" "/debug/colors/black.png"
"basecolor_map" "/colors/white.png"
"metal_map" "/colors/white.png"
"roughness_map" "/colors/black.png"
}
{
"for" "!reflect"
"basecolor_map" "/debug/colors/white.png"
"metal_map" "/debug/colors/white.png"
"roughness_map" "/debug/colors/black.png"
"basecolor_map" "/colors/white.png"
"metal_map" "/colors/white.png"
"roughness_map" "/colors/black.png"
}
{
"for" "reflect1"
"basecolor_map" "/debug/colors/white.png"
"metal_map" "/debug/colors/white.png"
"roughness_map" "/debug/colors/black.png"
"basecolor_map" "/colors/white.png"
"metal_map" "/colors/white.png"
"roughness_map" "/colors/black.png"
}
// MIRROR HACK (temporal workaround)
{
"for" "pbr/debug/colors/white.png"
"for" "pbr/colors/white.png"
"metalness" "1"
"roughness" "0"
}