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:
@@ -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; }
|
||||
|
||||
Reference in New Issue
Block a user