Searched refs:life (Results 1 – 5 of 5) sorted by relevance
| /NW4C-1.2.23/sources/libraries/gfx/ |
| D | gfx_ParticleAnimationOption.cpp | 60 ParticleTime life, in EvaluateAnimationFrame() argument 72 if (life <= 0) in EvaluateAnimationFrame() 89 if (life <= 0) in EvaluateAnimationFrame() 95 return (time - birth) / life * this->GetAnimationDuration(); in EvaluateAnimationFrame() 98 return time_birth.Interp(life, (int)this->GetAnimationDuration()); in EvaluateAnimationFrame()
|
| D | gfx_ParticleSet.cpp | 1492 ParticleTime life, in CalcAnimationDataIndex() argument 1503 …ParticleTime ptclTime = animationOption.EvaluateAnimationFrame(id, birth, life, time, updaterIndex… in CalcAnimationDataIndex() 1578 ParticleTime* life; in ParticleFloatImmediateUpdater() local 1580 collection->GetStreamOrParameter(PARTICLEUSAGE_LIFE, &life, &lifeParam, PARTICLE_BUFFER_FRONT); in ParticleFloatImmediateUpdater() 1630 (life == NULL) ? lifeParam : life[index], in ParticleFloatImmediateUpdater() 1664 ParticleTime* life; in ParticleFloatImmediate4KeyUpdater() local 1666 collection->GetStreamOrParameter(PARTICLEUSAGE_LIFE, &life, &lifeParam, PARTICLE_BUFFER_FRONT); in ParticleFloatImmediate4KeyUpdater() 1682 if (life == NULL) in ParticleFloatImmediate4KeyUpdater() 1715 f32 flife = 1.0f / life[index].GetFloat32Value(); in ParticleFloatImmediate4KeyUpdater() 1825 ParticleTime* life; in ParticleRandomUpdater() local [all …]
|
| /NW4C-1.2.23/include/nw/gfx/res/ |
| D | gfx_ResParticleAnimationOption.h | 57 …ParticleTime EvaluateAnimationFrame(u32 id, ParticleTime birth, ParticleTime life, ParticleTime ti…
|
| D | gfx_ResParticleUpdater.h | 489 …bool CheckTiming(ParticleTime birth, ParticleTime life, ParticleTime limit, ParticleTime prevTime,… 491 …bool CheckTiming(ParticleTime birth, ParticleTime life, ParticleTime prevTime, ParticleTime curren…
|
| /NW4C-1.2.23/include/nw/gfx/ |
| D | gfx_ParticleCollection.h | 368 ParticleTime* life = in KillParticle() local 370 lifeParam = life[index]; in KillParticle()
|