forked from Half-Life-RTX/Half-Life-PBR
update materials
This commit is contained in:
parent
dcaf94002d
commit
d52570517b
@ -7369,9 +7369,9 @@ include "-[~LIGHT]/-[~LIGHT].mat"
|
||||
"for" "LAB1_B4"
|
||||
//"basecolor_map" "LAB1_B4.png"
|
||||
//"normal_map" "LAB1_B4_normal.png"
|
||||
"metal_map" "/colors/white.png"
|
||||
//"metal_map" "/colors/white.png"
|
||||
//"metal_map" "LAB1_B4_metal.png"
|
||||
"roughness_map" "LAB1_B4_roughness.png"
|
||||
//"roughness_map" "LAB1_B4_roughness.png"
|
||||
}
|
||||
|
||||
{
|
||||
|
@ -21,7 +21,7 @@
|
||||
//"normal_map" "chrome_red_normal.png"
|
||||
//"metal_map" "chrome_red_metal.png"
|
||||
//"roughness_map" "chrome_red_roughness.png"
|
||||
"metalness" "0.1"
|
||||
"metalness" "0.3"
|
||||
//"metalness" "0"
|
||||
"roughness" "0.16"
|
||||
//"roughness" "0.3"
|
||||
|
@ -121,11 +121,12 @@
|
||||
{
|
||||
"for" "#models/v_egon/handle.mdl"
|
||||
//"basecolor_map" "handle.png"
|
||||
"base_color" "1.5 1.5 1.5" // hack
|
||||
//"normal_map" "handle_normal.png"
|
||||
//"metal_map" "handle_metal.png"
|
||||
//"roughness_map" "handle_roughness.png"
|
||||
"metalness" "0"
|
||||
"roughness" "0.6"
|
||||
"roughness" "0.5"
|
||||
}
|
||||
|
||||
{
|
||||
|
BIN
valve/pbr/models/v_gauss.mdl/boxrear.png
(Stored with Git LFS)
Normal file
BIN
valve/pbr/models/v_gauss.mdl/boxrear.png
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -5,7 +5,7 @@
|
||||
//"basecolor_map" "/colors/copper_hack.png"
|
||||
//"base_color" "1.0 0.6 0.5"
|
||||
"basecolor_map" "/colors/white.png"
|
||||
"base_color" "1.0 0.5 0.2"
|
||||
"base_color" "1.0 0.45 0.2"
|
||||
//"normal_map" "barrelCHROME_normal.png"
|
||||
//"metal_map" "barrelCHROME_metal.png"
|
||||
//"roughness_map" "barrelCHROME_roughness.png"
|
||||
@ -199,7 +199,7 @@
|
||||
"for" "#models/v_gauss/wire_chrome.mdl"
|
||||
//"basecolor_map" "wire_chrome.png"
|
||||
"basecolor_map" "/colors/iron.png"
|
||||
"base_color" "0.6 0.5 0.5"
|
||||
"base_color" "0.6 0.55 0.55"
|
||||
//"base_color" "0.7 0.5 0.5"
|
||||
//"normal_map" "wire_chrome_normal.png"
|
||||
//"metal_map" "wire_chrome_metal.png"
|
||||
|
BIN
valve/pbr/models/v_squeak.mdl/SQK_Side1_normal.png
(Stored with Git LFS)
Normal file
BIN
valve/pbr/models/v_squeak.mdl/SQK_Side1_normal.png
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -43,16 +43,16 @@
|
||||
//"roughness_map" "rubbergloveCHROME_roughness.png"
|
||||
}
|
||||
|
||||
{
|
||||
{ // TODO: emissive texture
|
||||
"for" "#models/v_squeak/SQK_Eye1.mdl"
|
||||
"basecolor_map" "SQK_Eye1.png"
|
||||
//"basecolor_map" "/colors/gray.png"
|
||||
//"base_color" "0.0 1 0.0"
|
||||
//"base_color" "0.0 1.5 0.0"
|
||||
"normal_map" "SQK_Eye1_normal.png"
|
||||
//"metal_map" "SQK_Eye1_metal.png"
|
||||
//"roughness_map" "SQK_Eye1_roughness.png"
|
||||
"metalness" "0.3"
|
||||
"roughness" "0.2"
|
||||
"metalness" "0.4"
|
||||
"roughness" "0.1"
|
||||
}
|
||||
|
||||
{
|
||||
@ -71,9 +71,10 @@
|
||||
"for" "#models/v_squeak/SQK_Side1.mdl"
|
||||
"basecolor_map" "SQK_Side1.png"
|
||||
//"base_color" "0.5 0.0 0.0"
|
||||
//"normal_map" "SQK_Side1_normal.png"
|
||||
//"basecolor_map" "/colors/white.png"
|
||||
"normal_map" "SQK_Side1_normal.png"
|
||||
//"metal_map" "SQK_Side1_metal.png"
|
||||
//"roughness_map" "SQK_Side1_roughness.png"
|
||||
"metalness" "0"
|
||||
"roughness" "0.4"
|
||||
"metalness" "0.2"
|
||||
"roughness" "0.3"
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user