Home
last modified time | relevance | path

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

/NW4C-1.3.3/sources/libraries/gfx/
Dgfx_ParticleSet.cpp2748 …nw::math::VEC3* targetVelocity = (nw::math::VEC3*)targetCollection->GetStreamPtr(PARTICLEUSAGE_VEL… in ParticleChildUpdater() local
2906 … nw::math::VEC3TransformNormal(&targetVelocity[dstIndex], workMatrix, targetVelocity[dstIndex]); in ParticleChildUpdater()
2920 targetVelocity[dstIndex] += parentVelocity[index]; in ParticleChildUpdater()
2923 …nw::math::VEC3TransformNormal(&targetVelocity[dstIndex], transformMatrix, targetVelocity[dstIndex]… in ParticleChildUpdater()
2938 targetVelocity[dstIndex] += parentVelocity[index]; in ParticleChildUpdater()