mirror of
https://github.com/zeldaret/tww.git
synced 2026-08-13 03:59:55 -04:00
d_particle work
This commit is contained in:
@@ -294,11 +294,11 @@ public:
|
||||
void getBaseEnvColor(GXColor&) {}
|
||||
void getBasePrmColor(GXColor&) {}
|
||||
void getCamMtxPtr() {}
|
||||
void getChildParticleList() {}
|
||||
JSUList<JPABaseParticle>* getChildParticleList() { return &mChildParticles; }
|
||||
void getCurrentCreateNumber() const {}
|
||||
void getFrame() {}
|
||||
void getGlobalParticleScale(JGeometry::TVec3<f32>&) const {}
|
||||
void getParticleList() {}
|
||||
JSUList<JPABaseParticle>* getParticleList() { return &mActiveParticles; }
|
||||
void getgReRDirection(JGeometry::TVec3<f32>&) {}
|
||||
void isChildDraw() {}
|
||||
void isContinuousParticle() {}
|
||||
|
||||
Reference in New Issue
Block a user