Home
last modified time | relevance | path

Searched refs:targetCollection (Results 1 – 2 of 2) sorted by relevance

/NW4C-1.2.23/sources/libraries/gfx/
Dgfx_ParticleEmitter.cpp453 ParticleCollection* targetCollection = m_ParticleSet->GetParticleCollection(); in Emission() local
456 …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()
Dgfx_ParticleSet.cpp2563 ParticleCollection* targetCollection = particleSet->GetParticleCollection(); in ParticleChildUpdater() local
2568 …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()