Home
last modified time | relevance | path

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

/NW4C-2.0.3/sources/libraries/gfx/
Dgfx_ParticleSet.cpp2773 …nw::math::VEC3* targetVelocity = (nw::math::VEC3*)targetCollection->GetStreamPtr(PARTICLEUSAGE_VEL… in ParticleChildUpdater() local
2931 … nw::math::VEC3TransformNormal(&targetVelocity[dstIndex], workMatrix, targetVelocity[dstIndex]); in ParticleChildUpdater()
2945 targetVelocity[dstIndex] += parentVelocity[index]; in ParticleChildUpdater()
2948 …nw::math::VEC3TransformNormal(&targetVelocity[dstIndex], transformMatrix, targetVelocity[dstIndex]… in ParticleChildUpdater()
2963 targetVelocity[dstIndex] += parentVelocity[index]; in ParticleChildUpdater()