mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-09 21:07:42 +00:00
Implement CActorLights::BuildAreaLightList
This commit is contained in:
@@ -36,7 +36,7 @@ public:
|
||||
ELightType GetLightType() const;
|
||||
const zeus::CVector3f& GetDirection() const;
|
||||
const zeus::CVector3f& GetPosition() const;
|
||||
bool DoesCastShadows() const;
|
||||
bool DoesCastShadows() const { return x34_castShadows; }
|
||||
|
||||
CLight GetAsCGraphicsLight() const;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user