Add CPlayerGun::PreRender/CPlayerGun::AddToRenderer

Former-commit-id: 6d2ab5775d
This commit is contained in:
Henrique Gemignani Passos Lima
2022-10-06 14:37:57 +03:00
parent 4295307cbb
commit 758feb2c59
15 changed files with 142 additions and 6 deletions

View File

@@ -24,6 +24,12 @@ class CWorldShadow {
public:
CWorldShadow(uint w, uint h, bool rgba8);
~CWorldShadow();
void EnableModelProjectedShadow(const CTransform4f& pos, uint lightIdx, float f1);
void DisableModelProjectedShadow();
void BuildLightShadowTexture(const CStateManager& mgr, TAreaId aid, uint lightIdx, const CAABox& aabb,
bool motionBlur, bool lighten);
void ResetBlur();
};
CHECK_SIZEOF(CWorldShadow, 0x8c)