mirror of
https://github.com/PrimeDecomp/prime.git
synced 2025-12-20 20:19:10 +00:00
Add CWorldShadow
This commit is contained in:
11
include/WorldFormat/CPVSAreaSet.hpp
Normal file
11
include/WorldFormat/CPVSAreaSet.hpp
Normal file
@@ -0,0 +1,11 @@
|
||||
#ifndef _CPVSAREASET
|
||||
#define _CPVSAREASET
|
||||
|
||||
class CPVSVisSet;
|
||||
|
||||
class CPVSAreaSet {
|
||||
public:
|
||||
CPVSVisSet GetLightSet(int) const;
|
||||
};
|
||||
|
||||
#endif // _CPVSAREASET
|
||||
@@ -24,6 +24,8 @@ public:
|
||||
|
||||
|
||||
CLight GetAsCGraphicsLight() const;
|
||||
const CVector3f& GetPosition() const { return x10_position; }
|
||||
|
||||
public:
|
||||
EWorldLightType x0_type;
|
||||
CVector3f x4_color;
|
||||
|
||||
Reference in New Issue
Block a user