Searched refs:life (Results 1 – 5 of 5) sorted by relevance
| /NW4C-2.0.3/sources/libraries/gfx/ |
| D | gfx_ParticleAnimationOption.cpp | 62 ParticleTime life, in EvaluateAnimationFrame() argument 74 if (life <= 0) in EvaluateAnimationFrame() 91 if (life <= 0) in EvaluateAnimationFrame() 97 return (time - birth) / life * this->GetAnimationDuration(); in EvaluateAnimationFrame() 100 return time_birth.Interp(life, (int)this->GetAnimationDuration()); in EvaluateAnimationFrame()
|
| D | gfx_ParticleSet.cpp | 1547 ParticleTime life, in CalcAnimationDataIndex() argument 1558 …ParticleTime ptclTime = animationOption.EvaluateAnimationFrame(id, birth, life, time, updaterIndex… in CalcAnimationDataIndex() 1633 ParticleTime* life; in ParticleFloatImmediateUpdater() local 1635 collection->GetStreamOrParameter(PARTICLEUSAGE_LIFE, &life, &lifeParam, PARTICLE_BUFFER_FRONT); in ParticleFloatImmediateUpdater() 1685 (life == NULL) ? lifeParam : life[index], in ParticleFloatImmediateUpdater() 1718 ParticleTime* life; in ParticleFloatImmediate4KeyUpdater() local 1720 collection->GetStreamOrParameter(PARTICLEUSAGE_LIFE, &life, &lifeParam, PARTICLE_BUFFER_FRONT); in ParticleFloatImmediate4KeyUpdater() 1737 if (life == NULL) in ParticleFloatImmediate4KeyUpdater() 1782 ParticleTime ftime = (ParticleTime)(difftime / life[index]); in ParticleFloatImmediate4KeyUpdater() 1794 value = value2 * difftime / life[index] + value0; in ParticleFloatImmediate4KeyUpdater() [all …]
|
| /NW4C-2.0.3/include/nw/gfx/ |
| D | gfx_ParticleCollection.h | 402 ParticleTime* life = in KillParticles() local 408 lifeParam = life[convertedIndex]; in KillParticles() 449 ParticleTime* life = in KillParticle() local 451 lifeParam = life[index]; in KillParticle()
|
| /NW4C-2.0.3/include/nw/gfx/res/ |
| D | gfx_ResParticleAnimationOption.h | 59 …ParticleTime EvaluateAnimationFrame(u32 id, ParticleTime birth, ParticleTime life, ParticleTime ti…
|
| D | gfx_ResParticleUpdater.h | 504 …bool CheckTiming(ParticleTime birth, ParticleTime life, ParticleTime limit, ParticleTime prevTime,… 506 …bool CheckTiming(ParticleTime birth, ParticleTime life, ParticleTime prevTime, ParticleTime curren…
|