update materials

This commit is contained in:
NightFox 2023-10-02 01:36:19 +03:00
parent 3e7df5827b
commit 02ab20397b
7 changed files with 78 additions and 27 deletions

View File

@ -6551,7 +6551,19 @@ include "-[~LIGHT]/-[~LIGHT].mat"
//"metal_map" "GENERIC108_metal.png"
//"roughness_map" "GENERIC108_roughness.png"
}
{
"for" "GENERIC108"
//"basecolor_map" "GENERIC108.png"
//"normal_map" "GENERIC108_normal.png"
//"metal_map" "GENERIC108_metal.png"
//"roughness_map" "GENERIC108_roughness.png"
// FIXME
"for_rendermode" "kRenderTransTexture"
"basecolor_map" "/colors/white.png"
"base_color" "1 1 1 0.5"
"roughness" "0.05"
"metalness" "0.8"
}
{
"for" "GENERIC108A"
//"basecolor_map" "GENERIC108A.png"
@ -7207,6 +7219,12 @@ include "-[~LIGHT]/-[~LIGHT].mat"
//"roughness_map" "GLASSBLUE1_roughness.png"
//"metalness" "1"
//"roughness" "0.1"
"for_rendermode" "kRenderTransTexture"
"basecolor_map" "/colors/white.png"
//"base_color" "2 2 2 1"
"base_color" "0.7 0.8 0.9 1"
"roughness" "0.01"
"metalness" "1"
}
{
@ -7231,6 +7249,13 @@ include "-[~LIGHT]/-[~LIGHT].mat"
//"normal_map" "GLASS_BRIGHT_normal.png"
//"metal_map" "GLASS_BRIGHT_metal.png"
//"roughness_map" "GLASS_BRIGHT_roughness.png"
// FIXME
"for_rendermode" "kRenderTransTexture"
"basecolor_map" "/colors/white.png"
//"base_color" "2 2 2 1"
"base_color" "0.7 0.8 0.9 1"
"roughness" "0.01"
"metalness" "1"
}
{
@ -7247,6 +7272,13 @@ include "-[~LIGHT]/-[~LIGHT].mat"
//"normal_map" "GLASS_MED_normal.png"
//"metal_map" "GLASS_MED_metal.png"
//"roughness_map" "GLASS_MED_roughness.png"
// FIXME
"for_rendermode" "kRenderTransTexture"
"basecolor_map" "/colors/white.png"
//"base_color" "1 1 1 0.5"
"base_color" "0.7 0.8 0.9 1"
"roughness" "0.01"
"metalness" "1"
}
{

View File

@ -1,4 +1,12 @@
// TODO: fix smooth normal
{
"for" "trrm_pan1" // reset material
}
{
"for_rendermode" "kRenderTransTexture"
"for" "generic027" // TODO
"base_color" "2 2 2 0"
//"basecolor_map" "/colors/white.png"
"metalness" "0.5"
"roughness" "0.1"
}

View File

@ -0,0 +1,7 @@
{
"for_rendermode" "kRenderTransTexture"
"for" "generic028"
"basecolor_map" "/colors/white.png"
"metalness" "0.8"
"roughness" "0.1"
}

View File

@ -1,15 +1,7 @@
// Mirror hack
{
"for" "mirror"
"for_rendermode" "kRenderTransTexture"
"for" "table2"
"basecolor_map" "/colors/white.png"
"metal_map" "/colors/white.png"
"roughness_map" "/colors/black.png"
}
// test map material patch
//{
//"for" "c1a0_labflre"
//"basecolor_map" "/colors/white.png"
//"metal_map" "/colors/white.png"
//"roughness_map" "/colors/black.png"
//}
"metalness" "0.6"
"roughness" "0"
}

View File

@ -1,9 +1,4 @@
{
"for" "generic028" // FIXME: is used for both the fan and the table
"metalness" "1"
"roughness" "0.1"
}
{
"for" "-0silo2_cor2"
"metalness" "1"
"roughness" "0.4"

View File

@ -1,2 +1,12 @@
include "debug/debug.mat"
include "mirror.mat"
// generic materials (new)
{
"new" "generic_metal1"
"basecolor_map" "/colors/white.png"
"base_color" "0.6 0.6 0.6"
"metalness" "1"
"roughness" "0.2"
}

View File

@ -4,24 +4,31 @@
"for" "mirror"
"new" "mirror"
"basecolor_map" "/colors/white.png"
"metal_map" "/colors/white.png"
"roughness_map" "/colors/black.png"
"metalness" "1"
"roughness" "0"
}
{
"for" "mirror_broken" // TODO: normal, displacement, metalness, roughness maps
"new" "mirror_broken"
"basecolor_map" "/colors/white.png"
"metalness" "1"
"roughness" "0"
}
{
"for" "reflect"
"basecolor_map" "/colors/white.png"
"metal_map" "/colors/white.png"
"roughness_map" "/colors/black.png"
"metalness" "1"
"roughness" "0"
}
{
"for" "!reflect"
"basecolor_map" "/colors/white.png"
"metal_map" "/colors/white.png"
"roughness_map" "/colors/black.png"
"metalness" "1"
"roughness" "0"
}
{
"for" "reflect1"
"basecolor_map" "/colors/white.png"
"metal_map" "/colors/white.png"
"roughness_map" "/colors/black.png"
"metalness" "1"
"roughness" "0"
}