Searched refs:targetCollection (Results 1 – 2 of 2) sorted by relevance
455 ParticleCollection* targetCollection = m_ParticleSet->GetParticleCollection(); in Emission() local458 …u16* activeIndex = (u16*)targetCollection->GetStreamPtr(PARTICLEUSAGE_ACTIVEINDEX, PARTICLE_BUFFER… in Emission()460 …artIndex = targetIsAscendingOrder ? targetCollection->GetCount() : targetCollection->GetCapacity()… in Emission()465 …nw::math::VEC3* targetTranslate = (nw::math::VEC3*)targetCollection->GetStreamPtr(PARTICLEUSAGE_TR… in Emission()559 …nw::math::VEC3* translate = (nw::math::VEC3*)targetCollection->GetStreamPtr(PARTICLEUSAGE_TRANSLAT… in Emission()561 …nw::math::VEC3* velocity = (nw::math::VEC3*)targetCollection->GetStreamPtr(PARTICLEUSAGE_VELOCITY,… in Emission()
2764 ParticleCollection* targetCollection = particleSet->GetParticleCollection(); in ParticleChildUpdater() local2769 …nw::math::VEC3* targetTranslate = (nw::math::VEC3*)targetCollection->GetStreamPtr(PARTICLEUSAGE_TR… in ParticleChildUpdater()2773 …nw::math::VEC3* targetVelocity = (nw::math::VEC3*)targetCollection->GetStreamPtr(PARTICLEUSAGE_VEL… in ParticleChildUpdater()2781 …u16* targetActiveIndex = (u16*)targetCollection->GetStreamPtr(PARTICLEUSAGE_ACTIVEINDEX, PARTICLE_… in ParticleChildUpdater()2783 …artIndex = targetIsAscendingOrder ? targetCollection->GetCount() : targetCollection->GetCapacity()… in ParticleChildUpdater()