Add CIceBeam

Former-commit-id: 5bdc5643af
This commit is contained in:
Henrique Gemignani Passos Lima
2022-11-24 18:48:00 +02:00
parent 45e9cdeb71
commit 961adfc14f
5 changed files with 193 additions and 15 deletions

View File

@@ -83,6 +83,7 @@ public:
static void ShutDown();
void SetGlobalOrientAndTrans(const CTransform4f& xf);
static void SetSubtractBlend(bool subtract) { sSubtractBlend = subtract; }
public:
TLockedToken< CGenDescription > x1c_genDesc;
@@ -160,6 +161,8 @@ public:
float x330_LFOR;
float x334_LSLA;
CColor x338_moduColor;
static bool sSubtractBlend;
};
CHECK_SIZEOF(CElementGen, 0x340)