Searched refs:positions (Results 1 – 4 of 4) sorted by relevance
| /NW4C-1.3.3/include/nw/gfx/ |
| D | gfx_ParticleEmitter.h | 323 nw::math::VEC3* positions); 330 nw::math::VEC3* positions); 337 nw::math::VEC3* positions); 344 nw::math::VEC3* positions); 351 nw::math::VEC3* positions); 358 nw::math::VEC3* positions);
|
| D | gfx_ParticleSet.h | 264 const nw::math::VEC3* const positions,
|
| /NW4C-1.3.3/sources/libraries/gfx/ |
| D | gfx_ParticleEmitter.cpp | 446 nw::math::VEC3* positions = particleContext->GetEmissionPositionWork(emissionCount); in Emission() local 475 this->CalcCubeForm(cubeForm, emissionCount, &this->m_ParticleRandom, positions); in Emission() 486 this->CalcCylinderForm(cylinderForm, emissionCount, &this->m_ParticleRandom, positions); in Emission() 497 this->CalcDiscForm(discForm, emissionCount, &this->m_ParticleRandom, positions); in Emission() 508 this->CalcPointForm(pointForm, emissionCount, &this->m_ParticleRandom, positions); in Emission() 519 … this->CalcRectangleForm(rectangleForm, emissionCount, &this->m_ParticleRandom, positions); in Emission() 530 this->CalcSphereForm(sphereForm, emissionCount, &this->m_ParticleRandom, positions); in Emission() 542 m_ParticleSet->AddParticles(this->WorldMatrix(), positions, NULL, NULL, emissionCount); in Emission() 581 nw::math::VEC3* positions in CalcCubeForm() argument 715 positions[i].Set(position.x, position.y, position.z); in CalcCubeForm() [all …]
|
| D | gfx_ParticleSet.cpp | 638 const nw::math::VEC3* positions, in SetDefaultValues() argument 697 translate[nextIndex] = *positions++; in SetDefaultValues() 713 const nw::math::VEC3* const positions, in AddParticles() argument 719 NW_NULL_ASSERT(positions); in AddParticles() 752 SetDefaultValues(collection, positions, particleCount, time, isAscendingOrder); in AddParticles()
|