Searched refs:processCount (Results 1 – 1 of 1) sorted by relevance
2013 f32 processCount = math::FFloor(time) - math::FCeil(prevTime) + 1; in ParticleRandomUpdater() local2015 f32 processCount = time.Floor() - prevTime.Ceil() + 1; in ParticleRandomUpdater() local2017 if (processCount > 0) // 整数を跨いでいないならいずれにしろ実行することはない in ParticleRandomUpdater()2022 const nw::math::VEC3 power = randomUpdater.GetPower() * processCount; in ParticleRandomUpdater()2034 const nw::math::VEC3 power = randomUpdater.GetPower() * processCount; in ParticleRandomUpdater()2043 processCount = in ParticleRandomUpdater()2050 processCount = in ParticleRandomUpdater()2056 if (processCount > 0) in ParticleRandomUpdater()2058 storagePtr[index].x += power.x * random.NextFloatSignedOne() * processCount; in ParticleRandomUpdater()2059 storagePtr[index].y += power.y * random.NextFloatSignedOne() * processCount; in ParticleRandomUpdater()[all …]