Lines Matching refs:model

166             nw::gfx::ParticleModel* model = this->GetParticleModel(i);  in SetStepFrame()  local
167 model->ParticleAnimFrameController().SetStepFrame(stepFrame); in SetStepFrame()
187 nw::gfx::ParticleModel* model = this->GetParticleModel(i); in SetFrame() local
188 model->ParticleAnimFrameController().SetFrame(frame); in SetFrame()
209 nw::gfx::ParticleModel* model = this->GetParticleModel(i); in Reset() local
210 model->ForeachParticleSet(nw::gfx::ParticleSetsClear()); in Reset()
211 model->ParticleAnimFrameController().SetFrame(0.f); in Reset()
242 nw::gfx::ParticleModel* model = this->GetParticleModel(i); in GetParticleSize() local
243 for (u32 j = 0; j < model->GetParticleSetsCount(); ++j ) in GetParticleSize()
245 nw::gfx::ParticleSet* particleSet = model->GetParticleSets(j); in GetParticleSize()
274 nw::gfx::ParticleModel* model = this->GetParticleModel(i); in IsDone() local
275 if (model->HasParticle()) in IsDone()
294 nw::gfx::ParticleModel* model = this->GetParticleModel(i); in SetParticleScaleOffset() local
296 for (int j = 0; j < (int)model->GetParticleSetsCount(); ++j) in SetParticleScaleOffset()
298 nw::gfx::ParticleSet* particleSet = model->GetParticleSets(j); in SetParticleScaleOffset()
315 nw::gfx::ParticleModel* model = this->GetParticleModel(i); variable
317 for (int j = 0; j < (int)model->GetParticleSetsCount(); ++j)
319 nw::gfx::ParticleSet* particleSet = model->GetParticleSets(j);
328 void RegisterParticleModel( nw::gfx::ParticleModel* model ) in RegisterParticleModel() argument
330 m_ModelInstances.PushBack(model); in RegisterParticleModel()