Half-Life-PBR/valve/pbr/mirror.mat

37 lines
628 B
Plaintext
Raw Normal View History

2022-07-29 16:43:56 +02:00
// Mirrors for patch and mods
{
"for" "mirror"
2023-03-18 16:29:34 +01:00
"new" "mirror"
2022-07-30 18:19:26 +02:00
"basecolor_map" "/colors/white.png"
2023-10-02 00:36:19 +02:00
"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"
2022-07-29 16:43:56 +02:00
}
{
"for" "reflect"
2022-07-30 18:19:26 +02:00
"basecolor_map" "/colors/white.png"
2023-10-02 00:36:19 +02:00
"metalness" "1"
"roughness" "0"
2022-07-29 16:43:56 +02:00
}
{
"for" "!reflect"
2022-07-30 18:19:26 +02:00
"basecolor_map" "/colors/white.png"
2023-10-02 00:36:19 +02:00
"metalness" "1"
"roughness" "0"
2022-07-29 16:43:56 +02:00
}
{
"for" "reflect1"
2022-07-30 18:19:26 +02:00
"basecolor_map" "/colors/white.png"
2023-10-02 00:36:19 +02:00
"metalness" "1"
2023-11-04 23:25:56 +01:00
//"basecolor_map" "/colors/black.png"
//"metalness" "0"
2023-10-02 00:36:19 +02:00
"roughness" "0"
2022-07-29 16:43:56 +02:00
}