2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-09 08:27:42 +00:00

Initial CFlameThrower imps

This commit is contained in:
2019-04-16 01:00:46 -07:00
parent 1f10769af3
commit 28071851ad
9 changed files with 87 additions and 15 deletions

View File

@@ -223,6 +223,7 @@ public:
CParticleGen& GetActiveChildParticle(size_t idx) const { return *x290_activePartChildren[idx]; }
bool IsIndirectTextured() const { return x28_loadedGenDesc->x54_x40_TEXR && x28_loadedGenDesc->x58_x44_TIND; }
void SetModelsUseLights(bool v) { x26d_26_modelsUseLights = v; }
void SetZTest(bool z) { x26c_28_zTest = z; }
static void SetMoveRedToAlphaBuffer(bool);
s32 GetMaxParticles() const { return x90_MAXP; }