Home
last modified time | relevance | path

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

/NW4C-2.0.3/sources/libraries/gfx/
Dgfx_ParticleEmitter.cpp455 ParticleCollection* targetCollection = m_ParticleSet->GetParticleCollection(); in Emission() local
458 …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()
Dgfx_ParticleSet.cpp2764 ParticleCollection* targetCollection = particleSet->GetParticleCollection(); in ParticleChildUpdater() local
2769 …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()