Lines Matching refs:model

173             nw::gfx::ParticleModel* model = this->GetParticleModel(i);  in SetStepFrame()  local
174 model->ParticleAnimFrameController().SetStepFrame(stepFrame); in SetStepFrame()
194 nw::gfx::ParticleModel* model = this->GetParticleModel(i); in SetFrame() local
195 model->ParticleAnimFrameController().SetFrame(frame); in SetFrame()
246 nw::gfx::ParticleModel* model = this->GetParticleModel(i); in Reset() local
247 model->ForeachParticleSet(nw::gfx::ParticleSetsClear()); in Reset()
248 model->ParticleAnimFrameController().SetFrame(0.f); in Reset()
279 nw::gfx::ParticleModel* model = this->GetParticleModel(i); in GetParticleSize() local
280 for (u32 j = 0; j < model->GetParticleSetsCount(); ++j ) in GetParticleSize()
282 nw::gfx::ParticleSet* particleSet = model->GetParticleSets(j); in GetParticleSize()
298 nw::gfx::ParticleModel* model = this->GetParticleModel(i); in IsDone() local
299 if (model->HasParticle()) in IsDone()
350 nw::gfx::ParticleModel* model = this->GetParticleModel(i); in SetParticleScaleOffset() local
352 for (int j = 0; j < (int)model->GetParticleSetsCount(); ++j) in SetParticleScaleOffset()
354 nw::gfx::ParticleSet* particleSet = model->GetParticleSets(j); in SetParticleScaleOffset()
371 nw::gfx::ParticleModel* model = this->GetParticleModel(i); variable
373 for (int j = 0; j < (int)model->GetParticleSetsCount(); ++j)
375 nw::gfx::ParticleSet* particleSet = model->GetParticleSets(j);
404 void RegisterParticleModel( nw::gfx::ParticleModel* model ) in RegisterParticleModel() argument
406 m_ModelInstances.PushBack(model); in RegisterParticleModel()
467 nw::gfx::ParticleModel* model = this->GetParticleModel(i); in GetParticleSet() local
469 for (int j = 0; j < (int)model->GetParticleSetsCount(); ++j) in GetParticleSet()
471 nw::gfx::ParticleSet* particleSet = model->GetParticleSets(j); in GetParticleSet()