Home
last modified time | relevance | path

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

/NW4C-2.0.3/sources/libraries/gfx/
Dgfx_ParticleContext.cpp38 VEC3Array prevTranslate(allocator); in Create() local
47 prevTranslate = VEC3Array(this->m_MaxStreamLength, allocator); in Create()
61 allocator, emissionPositions, emissionParents, particleWorkF32, prevTranslate); in Create()
Dgfx_ParticleSet.cpp2508 nw::math::VEC3* prevTranslate in ParticleRotateUpVectorUpdater() argument
2556 if (prevTranslate != NULL) in ParticleRotateUpVectorUpdater()
2558 optionStoragePtr = prevTranslate; in ParticleRotateUpVectorUpdater()
3210 nn::math::VEC3* prevTranslate = NULL; in UpdateParticles() local
3213 prevTranslate = in UpdateParticles()
3217 ParticleRotateUpVectorUpdater(updater.ptr(), collection, prevTranslate); in UpdateParticles()