Searched refs:nLifespan (Results 1 – 1 of 1) sorted by relevance
81 s32 nLifespan; // number of ticks of life left member682 prt->nLifespan = 200; in TextureParticleEmit()729 prt->nLifespan = (s32)((float)em->rLifespanMean + in ParticleEmit()861 prt->nLifespan --; in ParticleUpdate()863 if (prt->nLifespan < 0) in ParticleUpdate()1006 GXSetPointSize((u8)((prt->nSize + 200 - prt->nLifespan)*0.10), emMain.offset); in DrawParticles()1010 GXSetPointSize((u8)((prt->nSize + prt->nLifespan)*0.10), emMain.offset); in DrawParticles()1038 GXSetLineWidth((u8)((prt->nSize + 200 - prt->nLifespan)*0.05), GX_TO_ZERO); in DrawParticles()1042 GXSetLineWidth((u8)((prt->nSize + prt->nLifespan)*0.05), GX_TO_ZERO); in DrawParticles()1052 SendParticleLine(&prt->vPos, &prt->vVel, (u8)(prt->nLifespan>>3)); in DrawParticles()[all …]