Add CSamusFaceReflection

Former-commit-id: ef3779ac51
This commit is contained in:
Henrique Gemignani Passos Lima
2022-11-26 15:51:04 +02:00
parent a59060f699
commit e9cef16ff2
11 changed files with 208 additions and 12 deletions

View File

@@ -28,8 +28,10 @@ public:
bool BuildAreaLightList(const CStateManager& mgr, const CGameArea& area, const CAABox& bounds);
void BuildDynamicLightList(const CStateManager& mgr, const CAABox& bounds);
void BuildFakeLightList(const rstl::vector<CLight>&, const CColor&);
void BuildFaceLightList(const CStateManager& mgr, const CGameArea& area, const CAABox& aabb);
void ActivateLights() const;
uint GetActiveLightCount() const;
bool GetNeedsRelight() const { return x298_24_dirty == TRUE; }
bool HasShadowLight() const { return x29c_shadowLightArrIdx != -1; }