brief lightObject cleanup

This commit is contained in:
elijah-thomas774
2025-03-30 15:26:26 -04:00
parent 5f8c997d9d
commit 0913f06054
2 changed files with 37 additions and 53 deletions
+4 -5
View File
@@ -125,12 +125,11 @@ public:
void UpdatePosAt(LightObject &other) {
SetPosAt(other.mPos, other.mAt);
}
const GXColor &GetBlack() const {
return mBlack;
}
private:
/* 0x04 */ u16 mIndex;
/* 0x06 */ u16 field_0x06;
@@ -145,9 +144,9 @@ private:
/* 0x3D */ u8 field_0x3D;
/* 0x3E */ u8 mSpotFn;
/* 0x3F */ u8 mDistAttnFn;
/* 0x40 */ f32 field_0x40;
/* 0x44 */ f32 field_0x44;
/* 0x48 */ f32 field_0x48;
/* 0x40 */ f32 mCutoff;
/* 0x44 */ f32 mRefDist;
/* 0x48 */ f32 mRefBrightness;
/* 0x4C */ nw4r::math::VEC3 field_0x4C;
/* 0x58 */ nw4r::math::VEC3 field_0x58;
/* 0x64 */ f32 mShininess;