Home
last modified time | relevance | path

Searched refs:difftime (Results 1 – 1 of 1) sorted by relevance

/NW4C-1.3.3/sources/libraries/gfx/
Dgfx_ParticleSet.cpp1727 ParticleTime difftime = time - birth[index]; in ParticleFloatImmediate4KeyUpdater() local
1728 ParticleTime ftime = (ParticleTime)(difftime / lifeParam); in ParticleFloatImmediate4KeyUpdater()
1740 value = value2 * difftime / lifeParam + value0; in ParticleFloatImmediate4KeyUpdater()
1766 ParticleTime difftime = time - birth[index]; in ParticleFloatImmediate4KeyUpdater() local
1767 ParticleTime ftime = (ParticleTime)(difftime / life[index]); in ParticleFloatImmediate4KeyUpdater()
1779 value = value2 * difftime / life[index] + value0; in ParticleFloatImmediate4KeyUpdater()
1838 ParticleTime difftime = time - birth[index]; in ParticleVector3Immediate4KeyUpdater() local
1839 ParticleTime ftime = (ParticleTime)(difftime / lifeParam); in ParticleVector3Immediate4KeyUpdater()
1851 value = value2 * difftime / lifeParam + value0; in ParticleVector3Immediate4KeyUpdater()
1877 ParticleTime difftime = time - birth[index]; in ParticleVector3Immediate4KeyUpdater() local
[all …]