Home
last modified time | relevance | path

Searched refs:targetTranslate (Results 1 – 3 of 3) sorted by relevance

/NW4C-1.2.23/include/nw/gfx/
Dgfx_ParticleEmitter.h367 nw::math::VEC3* targetTranslate);
376 nw::math::VEC3* targetTranslate);
385 nw::math::VEC3* targetTranslate);
394 nw::math::VEC3* targetTranslate);
403 nw::math::VEC3* targetTranslate);
412 nw::math::VEC3* targetTranslate);
/NW4C-1.2.23/sources/libraries/gfx/
Dgfx_ParticleEmitter.cpp463 …nw::math::VEC3* targetTranslate = (nw::math::VEC3*)targetCollection->GetStreamPtr(PARTICLEUSAGE_TR… in Emission() local
464 NW_NULL_ASSERT(targetTranslate); in Emission()
478 activeIndex, incrIndex, targetTranslate); in Emission()
489 activeIndex, incrIndex, targetTranslate); in Emission()
500 activeIndex, incrIndex, targetTranslate); in Emission()
511 activeIndex, incrIndex, targetTranslate); in Emission()
522 activeIndex, incrIndex, targetTranslate); in Emission()
533 activeIndex, incrIndex, targetTranslate); in Emission()
585 nw::math::VEC3* targetTranslate in CalcCubeForm()
719 targetTranslate[index].Set(position.x, position.y, position.z); in CalcCubeForm()
[all …]
Dgfx_ParticleSet.cpp2568 …nw::math::VEC3* targetTranslate = (nw::math::VEC3*)targetCollection->GetStreamPtr(PARTICLEUSAGE_TR… in ParticleChildUpdater() local
2569 NW_NULL_ASSERT(targetTranslate); in ParticleChildUpdater()
2628 targetActiveIndex, targetIncrIndex, targetTranslate); in ParticleChildUpdater()
2639 targetActiveIndex, targetIncrIndex, targetTranslate); in ParticleChildUpdater()
2650 targetActiveIndex, targetIncrIndex, targetTranslate); in ParticleChildUpdater()
2661 targetActiveIndex, targetIncrIndex, targetTranslate); in ParticleChildUpdater()
2672 targetActiveIndex, targetIncrIndex, targetTranslate); in ParticleChildUpdater()
2683 targetActiveIndex, targetIncrIndex, targetTranslate); in ParticleChildUpdater()
2720 … nw::math::VEC3Transform(&targetTranslate[dstIndex], workMatrix, targetTranslate[dstIndex]); in ParticleChildUpdater()
2729 targetTranslate[dstIndex] += translate[index]; in ParticleChildUpdater()
[all …]