forked from Half-Life-RTX/Half-Life-PBR
28 lines
543 B
Plaintext
28 lines
543 B
Plaintext
|
|
// Mirrors for patch and mods
|
|
{
|
|
"for" "mirror"
|
|
"new" "mirror"
|
|
"basecolor_map" "/colors/white.png"
|
|
"metal_map" "/colors/white.png"
|
|
"roughness_map" "/colors/black.png"
|
|
}
|
|
{
|
|
"for" "reflect"
|
|
"basecolor_map" "/colors/white.png"
|
|
"metal_map" "/colors/white.png"
|
|
"roughness_map" "/colors/black.png"
|
|
}
|
|
{
|
|
"for" "!reflect"
|
|
"basecolor_map" "/colors/white.png"
|
|
"metal_map" "/colors/white.png"
|
|
"roughness_map" "/colors/black.png"
|
|
}
|
|
{
|
|
"for" "reflect1"
|
|
"basecolor_map" "/colors/white.png"
|
|
"metal_map" "/colors/white.png"
|
|
"roughness_map" "/colors/black.png"
|
|
}
|