Searched refs:birth (Results 1 – 5 of 5) sorted by relevance
| /NW4C-1.3.3/sources/libraries/gfx/ |
| D | gfx_ParticleAnimationOption.cpp | 59 ParticleTime birth, in EvaluateAnimationFrame() argument 67 if (time < birth) in EvaluateAnimationFrame() 77 return time - birth; in EvaluateAnimationFrame() 84 if (time < birth) in EvaluateAnimationFrame() 95 return (time - birth) / life * this->GetAnimationDuration(); in EvaluateAnimationFrame() 97 ParticleTime time_birth = time - birth; in EvaluateAnimationFrame() 107 if (time < birth) in EvaluateAnimationFrame() 117 ParticleTime delta = time - birth; in EvaluateAnimationFrame() 124 (u32)birth, in EvaluateAnimationFrame() 126 birth.GetS32Value(), in EvaluateAnimationFrame() [all …]
|
| D | gfx_ParticleSet.cpp | 660 …ParticleTime* birth = (ParticleTime*)collection->GetStreamPtr(PARTICLEUSAGE_BIRTH, PARTICLE_BUFFER… in SetDefaultValues() local 661 NW_NULL_ASSERT(birth); in SetDefaultValues() 696 birth[nextIndex] = time; in SetDefaultValues() 918 …ParticleTime* birth = (ParticleTime*)collection->GetStreamPtr(PARTICLEUSAGE_BIRTH, PARTICLE_BUFFER… in AddParticles() local 919 NW_NULL_ASSERT(birth); in AddParticles() 946 birth[nextIndex] = time; in AddParticles() 1531 ParticleTime birth, in CalcAnimationDataIndex() argument 1543 …ParticleTime ptclTime = animationOption.EvaluateAnimationFrame(id, birth, life, time, updaterIndex… in CalcAnimationDataIndex() 1616 …ParticleTime* birth = (ParticleTime*)collection->GetStreamPtr(PARTICLEUSAGE_BIRTH, PARTICLE_BUFFER… in ParticleFloatImmediateUpdater() local 1669 birth[index], in ParticleFloatImmediateUpdater() [all …]
|
| /NW4C-1.3.3/include/nw/gfx/ |
| D | gfx_ParticleCollection.h | 370 ParticleTime* birth = in KillParticles() local 372 NW_NULL_ASSERT(birth); in KillParticles() 384 birth[index] = time - lifeParam - 1; in KillParticles() 393 birth[convertedIndex] = time - lifeParam - 1; in KillParticles() 417 ParticleTime* birth = in KillParticle() local 419 NW_NULL_ASSERT(birth); in KillParticle() 433 birth[index] = time - lifeParam - 1; 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…
|