Lines Matching refs:particleSet
2707 ParticleSet* particleSet = reinterpret_cast<ParticleSet*>(work); in ParticleChildUpdater() local
2708 if (particleSet != NULL && resForm.IsValid()) in ParticleChildUpdater()
2739 ParticleCollection* targetCollection = particleSet->GetParticleCollection(); in ParticleChildUpdater()
2740 bool targetIsAscendingOrder = particleSet->IsAscendingOrder(); in ParticleChildUpdater()
2750 if (particleSet->WorldMatrix() != modelMtx) in ParticleChildUpdater()
2753 nw::math::MTX34Mult(&transformMatrix, particleSet->InverseWorldMatrix(), modelMtx); in ParticleChildUpdater()
2789 emissionCount = particleSet->AddParticles(emissionCount); in ParticleChildUpdater()
2866 ParticleModel* model = static_cast<ParticleModel*>(particleSet->GetParent()); in ParticleChildUpdater()
2870 … particleSet->InitializeParticles(targetStartIndex, emissionCount, targetIncrIndex, targetTime); in ParticleChildUpdater()
2875 … bool isInheritParentVelocity = particleSet->GetResParticleSet().GetIsInheritParentVelocity(); in ParticleChildUpdater()
2949 particleSet->AddParticles( in ParticleChildUpdater()