Searched refs:difftime (Results 1 – 1 of 1) sorted by relevance
1727 ParticleTime difftime = time - birth[index]; in ParticleFloatImmediate4KeyUpdater() local1728 ParticleTime ftime = (ParticleTime)(difftime / lifeParam); in ParticleFloatImmediate4KeyUpdater()1740 value = value2 * difftime / lifeParam + value0; in ParticleFloatImmediate4KeyUpdater()1766 ParticleTime difftime = time - birth[index]; in ParticleFloatImmediate4KeyUpdater() local1767 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() local1839 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 …]