move colors to root
This commit is contained in:
@@ -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"
|
||||
}
|
||||
Reference in New Issue
Block a user