Searched refs:targetTranslate (Results 1 – 3 of 3) sorted by relevance
| /NW4C-1.2.23/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.2.23/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 | 2568 …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 …]
|