Searched refs:targetTranslate (Results 1 – 3 of 3) sorted by relevance
| /NW4C-1.3.3/include/nw/gfx/ |
| D | gfx_ParticleEmitter.h | 367 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.3.3/sources/libraries/gfx/ |
| D | gfx_ParticleEmitter.cpp | 463 …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 …]
|
| D | gfx_ParticleSet.cpp | 2744 …nw::math::VEC3* targetTranslate = (nw::math::VEC3*)targetCollection->GetStreamPtr(PARTICLEUSAGE_TR… in ParticleChildUpdater() local 2745 NW_NULL_ASSERT(targetTranslate); in ParticleChildUpdater() 2803 targetActiveIndex, targetIncrIndex, targetTranslate); in ParticleChildUpdater() 2814 targetActiveIndex, targetIncrIndex, targetTranslate); in ParticleChildUpdater() 2825 targetActiveIndex, targetIncrIndex, targetTranslate); in ParticleChildUpdater() 2836 targetActiveIndex, targetIncrIndex, targetTranslate); in ParticleChildUpdater() 2847 targetActiveIndex, targetIncrIndex, targetTranslate); in ParticleChildUpdater() 2858 targetActiveIndex, targetIncrIndex, targetTranslate); in ParticleChildUpdater() 2905 … nw::math::VEC3Transform(&targetTranslate[dstIndex], workMatrix, targetTranslate[dstIndex]); in ParticleChildUpdater() 2914 targetTranslate[dstIndex] += translate[index]; in ParticleChildUpdater() [all …]
|