Lines Matching refs:m_ParticleRandom
320 c *= 1.0f + resource.GetEmissionRatioRandom() * this->m_ParticleRandom.NextFloatSignedOne(); in GetEmissionCount()
329 …t = (int)(t * (1.0f + resource.GetEmissionIntervalRandom() * this->m_ParticleRandom.NextFloatSigne… in GetEmissionCount()
383 c *= 1.0f + resource.GetEmissionRatioRandom() * this->m_ParticleRandom.NextFloatSignedOne(); in GetEmissionCount()
392 …t = (int)(t * (1.0f + resource.GetEmissionIntervalRandom() * this->m_ParticleRandom.NextFloatSigne… in GetEmissionCount()
477 this->CalcCubeForm(cubeForm, emissionCount, &this->m_ParticleRandom, positions); in Emission()
479 this->CalcCubeForm(cubeForm, emissionCount, &this->m_ParticleRandom, in Emission()
488 this->CalcCylinderForm(cylinderForm, emissionCount, &this->m_ParticleRandom, positions); in Emission()
490 this->CalcCylinderForm(cylinderForm, emissionCount, &this->m_ParticleRandom, in Emission()
499 this->CalcDiscForm(discForm, emissionCount, &this->m_ParticleRandom, positions); in Emission()
501 this->CalcDiscForm(discForm, emissionCount, &this->m_ParticleRandom, in Emission()
510 this->CalcPointForm(pointForm, emissionCount, &this->m_ParticleRandom, positions); in Emission()
512 this->CalcPointForm(pointForm, emissionCount, &this->m_ParticleRandom, in Emission()
521 … this->CalcRectangleForm(rectangleForm, emissionCount, &this->m_ParticleRandom, positions); in Emission()
523 this->CalcRectangleForm(rectangleForm, emissionCount, &this->m_ParticleRandom, in Emission()
532 this->CalcSphereForm(sphereForm, emissionCount, &this->m_ParticleRandom, positions); in Emission()
534 this->CalcSphereForm(sphereForm, emissionCount, &this->m_ParticleRandom, in Emission()