Home
last modified time | relevance | path

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

/NW4C-2.0.3/include/nw/gfx/
Dgfx_ParticleEmitter.h379 nw::math::VEC3* targetTranslate);
388 nw::math::VEC3* targetTranslate);
397 nw::math::VEC3* targetTranslate);
406 nw::math::VEC3* targetTranslate);
415 nw::math::VEC3* targetTranslate);
424 nw::math::VEC3* targetTranslate);
/NW4C-2.0.3/sources/libraries/gfx/
Dgfx_ParticleEmitter.cpp465 …nw::math::VEC3* targetTranslate = (nw::math::VEC3*)targetCollection->GetStreamPtr(PARTICLEUSAGE_TR… in Emission() local
466 NW_NULL_ASSERT(targetTranslate); in Emission()
480 activeIndex, incrIndex, targetTranslate); in Emission()
491 activeIndex, incrIndex, targetTranslate); in Emission()
502 activeIndex, incrIndex, targetTranslate); in Emission()
513 activeIndex, incrIndex, targetTranslate); in Emission()
524 activeIndex, incrIndex, targetTranslate); in Emission()
535 activeIndex, incrIndex, targetTranslate); in Emission()
587 nw::math::VEC3* targetTranslate in CalcCubeForm()
721 targetTranslate[index].Set(position.x, position.y, position.z); in CalcCubeForm()
[all …]
Dgfx_ParticleSet.cpp2769 …nw::math::VEC3* targetTranslate = (nw::math::VEC3*)targetCollection->GetStreamPtr(PARTICLEUSAGE_TR… in ParticleChildUpdater() local
2770 NW_NULL_ASSERT(targetTranslate); in ParticleChildUpdater()
2828 targetActiveIndex, targetIncrIndex, targetTranslate); in ParticleChildUpdater()
2839 targetActiveIndex, targetIncrIndex, targetTranslate); in ParticleChildUpdater()
2850 targetActiveIndex, targetIncrIndex, targetTranslate); in ParticleChildUpdater()
2861 targetActiveIndex, targetIncrIndex, targetTranslate); in ParticleChildUpdater()
2872 targetActiveIndex, targetIncrIndex, targetTranslate); in ParticleChildUpdater()
2883 targetActiveIndex, targetIncrIndex, targetTranslate); in ParticleChildUpdater()
2930 … nw::math::VEC3Transform(&targetTranslate[dstIndex], workMatrix, targetTranslate[dstIndex]); in ParticleChildUpdater()
2939 targetTranslate[dstIndex] += translate[index]; in ParticleChildUpdater()
[all …]