update materials

This commit is contained in:
2023-09-08 18:29:42 +03:00
parent 1a02554cfd
commit 11e1accdd1
4 changed files with 35 additions and 8 deletions

View File

@@ -8,3 +8,16 @@
"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"
}