Lines Matching refs:model
175 nw::gfx::ParticleModel* model = this->GetParticleModel(i); in SetStepFrame() local
176 model->ParticleAnimFrameController().SetStepFrame(stepFrame); in SetStepFrame()
196 nw::gfx::ParticleModel* model = this->GetParticleModel(i); in SetFrame() local
197 model->ParticleAnimFrameController().SetFrame(frame); in SetFrame()
248 nw::gfx::ParticleModel* model = this->GetParticleModel(i); in Reset() local
249 model->ForeachParticleSet(nw::gfx::ParticleSetsClear()); in Reset()
250 model->ParticleAnimFrameController().SetFrame(0.f); in Reset()
252 model->ResetDebugHint(); in Reset()
283 nw::gfx::ParticleModel* model = this->GetParticleModel(i); in GetParticleSize() local
284 for (u32 j = 0; j < model->GetParticleSetsCount(); ++j ) in GetParticleSize()
286 nw::gfx::ParticleSet* particleSet = model->GetParticleSets(j); in GetParticleSize()
302 nw::gfx::ParticleModel* model = this->GetParticleModel(i); in IsDone() local
303 if (model->HasParticle()) in IsDone()
354 nw::gfx::ParticleModel* model = this->GetParticleModel(i); in SetParticleScaleOffset() local
356 for (int j = 0; j < (int)model->GetParticleSetsCount(); ++j) in SetParticleScaleOffset()
358 nw::gfx::ParticleSet* particleSet = model->GetParticleSets(j); in SetParticleScaleOffset()
375 nw::gfx::ParticleModel* model = this->GetParticleModel(i); variable
377 for (int j = 0; j < (int)model->GetParticleSetsCount(); ++j)
379 nw::gfx::ParticleSet* particleSet = model->GetParticleSets(j);
408 void RegisterParticleModel( nw::gfx::ParticleModel* model ) in RegisterParticleModel() argument
410 m_ModelInstances.PushBack(model); in RegisterParticleModel()
471 nw::gfx::ParticleModel* model = this->GetParticleModel(i); in GetParticleSet() local
473 for (int j = 0; j < (int)model->GetParticleSetsCount(); ++j) in GetParticleSet()
475 nw::gfx::ParticleSet* particleSet = model->GetParticleSets(j); in GetParticleSet()