forked from Half-Life-RTX/Half-Life-PBR
37 lines
628 B
Plaintext
37 lines
628 B
Plaintext
|
|
// Mirrors for patch and mods
|
|
{
|
|
"for" "mirror"
|
|
"new" "mirror"
|
|
"basecolor_map" "/colors/white.png"
|
|
"metalness" "1"
|
|
"roughness" "0"
|
|
}
|
|
{
|
|
"for" "mirror_broken" // TODO: normal, displacement, metalness, roughness maps
|
|
"new" "mirror_broken"
|
|
"basecolor_map" "/colors/white.png"
|
|
"metalness" "1"
|
|
"roughness" "0"
|
|
}
|
|
{
|
|
"for" "reflect"
|
|
"basecolor_map" "/colors/white.png"
|
|
"metalness" "1"
|
|
"roughness" "0"
|
|
}
|
|
{
|
|
"for" "!reflect"
|
|
"basecolor_map" "/colors/white.png"
|
|
"metalness" "1"
|
|
"roughness" "0"
|
|
}
|
|
{
|
|
"for" "reflect1"
|
|
"basecolor_map" "/colors/white.png"
|
|
"metalness" "1"
|
|
//"basecolor_map" "/colors/black.png"
|
|
//"metalness" "0"
|
|
"roughness" "0"
|
|
}
|