2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-19 14:05:23 +00:00

CCubeRenderer: Implement ActivateLightsForModel & PrepareDynamicLights

This commit is contained in:
2022-03-13 15:14:11 -04:00
parent ce646610cc
commit da224d492a
2 changed files with 77 additions and 3 deletions

View File

@@ -88,7 +88,7 @@ public:
float GetAngleAttenuationQuadratic() const { return x38_angleQ; }
ELightType GetType() const { return x1c_type; }
u32 GetId() const { return x40_lightId; }
float GetIntensity() const;
float GetRadius() const;
const zeus::CColor& GetColor() const { return x18_color; }