Home
last modified time | relevance | path

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

/NW4C-1.3.3/include/nw/demo/
Ddemo_Particle.h173 nw::gfx::ParticleModel* model = this->GetParticleModel(i); in SetStepFrame()
194 nw::gfx::ParticleModel* model = this->GetParticleModel(i); in SetFrame()
210 this->GetParticleModel(i)->UpdateParticleFrame(); in AddTimes()
221 for (u32 j = 0; j < this->GetParticleModel(i)->GetParticleSetsCount(); ++j) in AddTimes()
223 this->GetParticleModel(i)->GetParticleSets(j)->UpdateParticles(particleContext); in AddTimes()
246 nw::gfx::ParticleModel* model = this->GetParticleModel(i); in Reset()
279 nw::gfx::ParticleModel* model = this->GetParticleModel(i); in GetParticleSize()
298 nw::gfx::ParticleModel* model = this->GetParticleModel(i); in IsDone()
350 nw::gfx::ParticleModel* model = this->GetParticleModel(i); in SetParticleScaleOffset()
371 nw::gfx::ParticleModel* model = this->GetParticleModel(i);
[all …]
/NW4C-1.3.3/demos/gfx/ParticleScaleDemo/sources/
DParticleScaleDemo.cpp385 … s_PaticleNode->GetParticleModel(i)->Transform().SetScale( 1.f + fsin, 1.f + fsin, 1.f + fsin ); in UpdateParticleScaleDemo()