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

39 lines
715 B
Plaintext
Raw Normal View History

2022-07-29 17:43:56 +03:00
// Mirrors for patch and mods
{
"for" "mirror"
2023-03-18 18:29:34 +03:00
"new" "mirror"
2022-07-30 19:19:26 +03:00
"basecolor_map" "/colors/white.png"
2023-10-02 01:36:19 +03:00
"metalness" "1"
"roughness" "0"
}
{
"for" "mirror_broken" // TODO: normal, displacement, metalness, roughness maps
"new" "mirror_broken"
"basecolor_map" "/colors/white.png"
2023-11-20 16:43:02 +03:00
"normal_map" "mirror_broken_normal.png" // TODO: better texture
//"normal_scale" "0.1"
2023-10-02 01:36:19 +03:00
"metalness" "1"
"roughness" "0"
2022-07-29 17:43:56 +03:00
}
{
"for" "reflect"
2022-07-30 19:19:26 +03:00
"basecolor_map" "/colors/white.png"
2023-10-02 01:36:19 +03:00
"metalness" "1"
"roughness" "0"
2022-07-29 17:43:56 +03:00
}
{
"for" "!reflect"
2022-07-30 19:19:26 +03:00
"basecolor_map" "/colors/white.png"
2023-10-02 01:36:19 +03:00
"metalness" "1"
"roughness" "0"
2022-07-29 17:43:56 +03:00
}
{
"for" "reflect1"
2022-07-30 19:19:26 +03:00
"basecolor_map" "/colors/white.png"
2023-10-02 01:36:19 +03:00
"metalness" "1"
2023-11-05 01:25:56 +03:00
//"basecolor_map" "/colors/black.png"
//"metalness" "0"
2023-10-02 01:36:19 +03:00
"roughness" "0"
2022-07-29 17:43:56 +03:00
}