Searched refs:targetCollection (Results 1 – 2 of 2) sorted by relevance
453 ParticleCollection* targetCollection = m_ParticleSet->GetParticleCollection(); in Emission() local456 …u16* activeIndex = (u16*)targetCollection->GetStreamPtr(PARTICLEUSAGE_ACTIVEINDEX, PARTICLE_BUFFER… in Emission()458 …artIndex = targetIsAscendingOrder ? targetCollection->GetCount() : targetCollection->GetCapacity()… in Emission()463 …nw::math::VEC3* targetTranslate = (nw::math::VEC3*)targetCollection->GetStreamPtr(PARTICLEUSAGE_TR… in Emission()557 …nw::math::VEC3* translate = (nw::math::VEC3*)targetCollection->GetStreamPtr(PARTICLEUSAGE_TRANSLAT… in Emission()559 …nw::math::VEC3* velocity = (nw::math::VEC3*)targetCollection->GetStreamPtr(PARTICLEUSAGE_VELOCITY,… in Emission()
2563 ParticleCollection* targetCollection = particleSet->GetParticleCollection(); in ParticleChildUpdater() local2568 …nw::math::VEC3* targetTranslate = (nw::math::VEC3*)targetCollection->GetStreamPtr(PARTICLEUSAGE_TR… in ParticleChildUpdater()2577 …targetVelocity = (nw::math::VEC3*)targetCollection->GetStreamPtr(PARTICLEUSAGE_VELOCITY, PARTICLE_… in ParticleChildUpdater()2581 …u16* targetActiveIndex = (u16*)targetCollection->GetStreamPtr(PARTICLEUSAGE_ACTIVEINDEX, PARTICLE_… in ParticleChildUpdater()2583 …artIndex = targetIsAscendingOrder ? targetCollection->GetCount() : targetCollection->GetCapacity()… in ParticleChildUpdater()