mirror of
https://github.com/nillerusr/source-engine.git
synced 2026-08-10 02:39:35 +00:00
Add PBR support (#91)
* Add PBR support * Fix physics props turning black
This commit is contained in:
@@ -120,6 +120,7 @@ $Project "stdshader_dx9"
|
||||
$File "particlelitgeneric_dx9.cpp"
|
||||
$File "particlelitgeneric_dx9_helper.cpp"
|
||||
$File "particlesphere_dx9.cpp"
|
||||
$File "pbr_dx9.cpp"
|
||||
$File "portal.cpp"
|
||||
$File "portalstaticoverlay.cpp"
|
||||
$File "portal_refract.cpp"
|
||||
@@ -212,6 +213,7 @@ $Project "stdshader_dx9"
|
||||
$File "shader_constant_register_map.h"
|
||||
$File "skin_dx9_helper.h"
|
||||
$File "particlelitgeneric_dx9_helper.h"
|
||||
$File "pbr_common_ps2_3_x.h"
|
||||
$File "vertexlitgeneric_dx95_helper.h"
|
||||
$File "vortwarp_vs20_helper.h"
|
||||
$File "worldvertextransition_dx8_helper.h"
|
||||
@@ -244,4 +246,4 @@ $Project "stdshader_dx9"
|
||||
$Shaders "stdshader_dx9_20b.txt"
|
||||
$Shaders "stdshader_dx9_30.txt"
|
||||
//$Shaders "stdshader_dx10.txt"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user