Searched refs:birth (Results 1 – 5 of 5) sorted by relevance
| /NW4C-2.0.3/sources/libraries/gfx/ |
| D | gfx_ParticleAnimationOption.cpp | 61 ParticleTime birth, in EvaluateAnimationFrame() argument 69 if (time < birth) in EvaluateAnimationFrame() 79 return time - birth; in EvaluateAnimationFrame() 86 if (time < birth) in EvaluateAnimationFrame() 97 return (time - birth) / life * this->GetAnimationDuration(); in EvaluateAnimationFrame() 99 ParticleTime time_birth = time - birth; in EvaluateAnimationFrame() 109 if (time < birth) in EvaluateAnimationFrame() 119 ParticleTime delta = time - birth; in EvaluateAnimationFrame() 126 (u32)birth, in EvaluateAnimationFrame() 128 birth.GetS32Value(), in EvaluateAnimationFrame() [all …]
|
| D | gfx_ParticleSet.cpp | 673 …ParticleTime* birth = (ParticleTime*)collection->GetStreamPtr(PARTICLEUSAGE_BIRTH, PARTICLE_BUFFER… in SetDefaultValues() local 674 NW_NULL_ASSERT(birth); in SetDefaultValues() 710 birth[nextIndex] = time; in SetDefaultValues() 932 …ParticleTime* birth = (ParticleTime*)collection->GetStreamPtr(PARTICLEUSAGE_BIRTH, PARTICLE_BUFFER… in AddParticles() local 933 NW_NULL_ASSERT(birth); in AddParticles() 960 birth[nextIndex] = time; in AddParticles() 1546 ParticleTime birth, in CalcAnimationDataIndex() argument 1558 …ParticleTime ptclTime = animationOption.EvaluateAnimationFrame(id, birth, life, time, updaterIndex… in CalcAnimationDataIndex() 1631 …ParticleTime* birth = (ParticleTime*)collection->GetStreamPtr(PARTICLEUSAGE_BIRTH, PARTICLE_BUFFER… in ParticleFloatImmediateUpdater() local 1684 birth[index], in ParticleFloatImmediateUpdater() [all …]
|
| /NW4C-2.0.3/include/nw/gfx/ |
| D | gfx_ParticleCollection.h | 395 ParticleTime* birth = in KillParticles() local 397 NW_NULL_ASSERT(birth); in KillParticles() 409 birth[convertedIndex] = time - lifeParam - 1; in KillParticles() 418 birth[convertedIndex] = time - lifeParam - 1; in KillParticles() 442 ParticleTime* birth = in KillParticle() local 444 NW_NULL_ASSERT(birth); in KillParticle() 458 birth[index] = time - lifeParam - 1; 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…
|