Add PBR support (#91)

* Add PBR support
* Fix physics props turning black
This commit is contained in:
LegendGuard
2022-08-10 17:41:01 +03:00
committed by GitHub
parent 08073ae622
commit a87918565a
16 changed files with 2481 additions and 2 deletions
+3 -1
View File
@@ -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"
}
}