Add CWorldShadow

This commit is contained in:
Henrique Gemignani Passos Lima
2022-12-01 18:11:09 +02:00
parent b506df2778
commit 552dc65a2c
18 changed files with 299 additions and 30 deletions

View File

@@ -0,0 +1,11 @@
#ifndef _CPVSAREASET
#define _CPVSAREASET
class CPVSVisSet;
class CPVSAreaSet {
public:
CPVSVisSet GetLightSet(int) const;
};
#endif // _CPVSAREASET

View File

@@ -24,6 +24,8 @@ public:
CLight GetAsCGraphicsLight() const;
const CVector3f& GetPosition() const { return x10_position; }
public:
EWorldLightType x0_type;
CVector3f x4_color;