Lines Matching refs:m_ParticleRandom
318 c *= 1.0f + resource.GetEmissionRatioRandom() * this->m_ParticleRandom.NextFloatSignedOne(); in GetEmissionCount()
327 …t = (int)(t * (1.0f + resource.GetEmissionIntervalRandom() * this->m_ParticleRandom.NextFloatSigne… in GetEmissionCount()
381 c *= 1.0f + resource.GetEmissionRatioRandom() * this->m_ParticleRandom.NextFloatSignedOne(); in GetEmissionCount()
390 …t = (int)(t * (1.0f + resource.GetEmissionIntervalRandom() * this->m_ParticleRandom.NextFloatSigne… in GetEmissionCount()
475 this->CalcCubeForm(cubeForm, emissionCount, &this->m_ParticleRandom, positions); in Emission()
477 this->CalcCubeForm(cubeForm, emissionCount, &this->m_ParticleRandom, in Emission()
486 this->CalcCylinderForm(cylinderForm, emissionCount, &this->m_ParticleRandom, positions); in Emission()
488 this->CalcCylinderForm(cylinderForm, emissionCount, &this->m_ParticleRandom, in Emission()
497 this->CalcDiscForm(discForm, emissionCount, &this->m_ParticleRandom, positions); in Emission()
499 this->CalcDiscForm(discForm, emissionCount, &this->m_ParticleRandom, in Emission()
508 this->CalcPointForm(pointForm, emissionCount, &this->m_ParticleRandom, positions); in Emission()
510 this->CalcPointForm(pointForm, emissionCount, &this->m_ParticleRandom, in Emission()
519 … this->CalcRectangleForm(rectangleForm, emissionCount, &this->m_ParticleRandom, positions); in Emission()
521 this->CalcRectangleForm(rectangleForm, emissionCount, &this->m_ParticleRandom, in Emission()
530 this->CalcSphereForm(sphereForm, emissionCount, &this->m_ParticleRandom, positions); in Emission()
532 this->CalcSphereForm(sphereForm, emissionCount, &this->m_ParticleRandom, in Emission()