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

@@ -3,11 +3,11 @@
//"basecolor_map" "LAB1_B4.png" // TODO: need replace texture
"basecolor_map" "/colors/white.png"
//"base_color" "0.7 0.7 0.7"
"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" "1"
"roughness" "0.2"
"roughness" "0.15"
}