Lines Matching refs:particleSet
2732 ParticleSet* particleSet = reinterpret_cast<ParticleSet*>(work); in ParticleChildUpdater() local
2733 if (particleSet != NULL && resForm.IsValid()) in ParticleChildUpdater()
2764 ParticleCollection* targetCollection = particleSet->GetParticleCollection(); in ParticleChildUpdater()
2765 bool targetIsAscendingOrder = particleSet->IsAscendingOrder(); in ParticleChildUpdater()
2775 if (particleSet->WorldMatrix() != modelMtx) in ParticleChildUpdater()
2778 nw::math::MTX34Mult(&transformMatrix, particleSet->InverseWorldMatrix(), modelMtx); in ParticleChildUpdater()
2814 emissionCount = particleSet->AddParticles(emissionCount); in ParticleChildUpdater()
2891 ParticleModel* model = static_cast<ParticleModel*>(particleSet->GetParent()); in ParticleChildUpdater()
2895 … particleSet->InitializeParticles(targetStartIndex, emissionCount, targetIncrIndex, targetTime); in ParticleChildUpdater()
2900 … bool isInheritParentVelocity = particleSet->GetResParticleSet().GetIsInheritParentVelocity(); in ParticleChildUpdater()
2974 particleSet->AddParticles( in ParticleChildUpdater()