Searched refs:life (Results 1 – 5 of 5) sorted by relevance
| /NW4C-1.3.3/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 | 1532 ParticleTime life, in CalcAnimationDataIndex() argument 1543 …ParticleTime ptclTime = animationOption.EvaluateAnimationFrame(id, birth, life, time, updaterIndex… in CalcAnimationDataIndex() 1618 ParticleTime* life; in ParticleFloatImmediateUpdater() local 1620 collection->GetStreamOrParameter(PARTICLEUSAGE_LIFE, &life, &lifeParam, PARTICLE_BUFFER_FRONT); in ParticleFloatImmediateUpdater() 1670 (life == NULL) ? lifeParam : life[index], in ParticleFloatImmediateUpdater() 1703 ParticleTime* life; in ParticleFloatImmediate4KeyUpdater() local 1705 collection->GetStreamOrParameter(PARTICLEUSAGE_LIFE, &life, &lifeParam, PARTICLE_BUFFER_FRONT); in ParticleFloatImmediate4KeyUpdater() 1722 if (life == NULL) in ParticleFloatImmediate4KeyUpdater() 1767 ParticleTime ftime = (ParticleTime)(difftime / life[index]); in ParticleFloatImmediate4KeyUpdater() 1779 value = value2 * difftime / life[index] + value0; in ParticleFloatImmediate4KeyUpdater() [all …]
|
| /NW4C-1.3.3/include/nw/gfx/ |
| D | gfx_ParticleCollection.h | 377 ParticleTime* life = in KillParticles() local 383 lifeParam = life[convertedIndex]; in KillParticles() 424 ParticleTime* life = in KillParticle() local 426 lifeParam = life[index]; in KillParticle()
|
| /NW4C-1.3.3/include/nw/gfx/res/ |
| D | gfx_ResParticleAnimationOption.h | 57 …ParticleTime EvaluateAnimationFrame(u32 id, ParticleTime birth, ParticleTime life, ParticleTime ti…
|
| D | gfx_ResParticleUpdater.h | 500 …bool CheckTiming(ParticleTime birth, ParticleTime life, ParticleTime limit, ParticleTime prevTime,… 502 …bool CheckTiming(ParticleTime birth, ParticleTime life, ParticleTime prevTime, ParticleTime curren…
|