Searched refs:particleModel (Results 1 – 9 of 9) sorted by relevance
46 void SmParticle::AddParticleModel( nw::gfx::ParticleModel* particleModel ) in AddParticleModel() argument48 bool isPushed = m_ParticleModelInstArray.push_back( particleModel ); in AddParticleModel()
130 ParticleModel* particleModel = static_cast<ParticleModel*>(model); in RenderMesh() local131 NW_NULL_ASSERT(particleModel); in RenderMesh()133 ParticleSet* particleSet = particleModel->GetParticleSets(mesh.GetShapeIndex()); in RenderMesh()259 ParticleModel* particleModel = static_cast<ParticleModel*>(model); in RenderParticleShape() local260 NW_NULL_ASSERT(particleModel); in RenderParticleShape()262 ParticleSet* particleSet = particleModel->GetParticleSets(shapeIndex); in RenderParticleShape()266 ParticleShape* particleShape = particleModel->GetParticleShapes(shapeIndex); in RenderParticleShape()
36 ParticleModel* particleModel = ut::DynamicCast<ParticleModel*>(*i); in FindParticleSet() local37 if (!particleModel) { continue; } in FindParticleSet()39 for (int j = 0; j < (int)particleModel->GetParticleSetsCount(); ++j) in FindParticleSet()41 ParticleSet* itParticleSet = particleModel->GetParticleSets(j); in FindParticleSet()
82 virtual void VisitParticleModel(ParticleModel* particleModel);
135 virtual void VisitParticleModel(ParticleModel* particleModel) = 0;
892 void PushParticleModel(ParticleModel* particleModel) in PushParticleModel() argument894 bool isPushed = m_ParticleModels.push_back(particleModel); in PushParticleModel()
555 nw::gfx::ParticleModel* particleModel = in ResetParticle() local558 particleModel->ForeachParticleSet(nw::gfx::ParticleSetsClear()); in ResetParticle()559 particleModel->ParticleAnimFrameController().SetFrame(0); in ResetParticle()
47 void AddParticleModel( nw::gfx::ParticleModel* particleModel );
362 nw::gfx::ParticleModel* particleModel = in BuildResources() local364 for (int i = 0; i < particleModel->GetParticleSetsCount(); ++i) in BuildResources()366 s_ParticleSets.push_back(particleModel->GetParticleSets(i)); in BuildResources()