rename {wad,bsp}.mat to just .mat

This commit is contained in:
2023-09-25 12:47:09 -04:00
parent 1689e6ab0c
commit db26c97069
52 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,23 @@
{ // TODO: better solution
"for" "DRKMTLT_BORD12"
//"basecolor_map" "DRKMTLT_BORD12.png"
"base_color" "2.0 2.0 2.0"
//"normal_map" "DRKMTLT_BORD12_normal.png"
//"metal_map" "DRKMTLT_BORD12_metal.png"
//"roughness_map" "DRKMTLT_BORD12_roughness.png"
"metalness" "1"
"roughness" "0.6"
}
{
"for" "LAB1_B4" // WARNING: generic material
//"basecolor_map" "LAB1_B4.png" // TODO: need replace texture
"basecolor_map" "/colors/white.png"
"base_color" "0.6 0.6 0.6"
//"normal_map" "LAB1_B4_normal.png"
//"metal_map" "/colors/white.png"
//"metal_map" "LAB1_B4_metal.png"
//"roughness_map" "LAB1_B4_roughness.png"
"metalness" "0.8"
"roughness" "0.3"
}