add new roughness materials, minor fixes

This commit is contained in:
2025-04-24 20:25:34 +03:00
parent 8c7a6662a0
commit 96e735f10b
5 changed files with 17 additions and 10 deletions

View File

@@ -13,11 +13,11 @@
"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"
"base_color" "0.5 0.5 0.5"
//"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"
"metalness" "0.9"
"roughness" "0.15"
}