Home
last modified time | relevance | path

Searched refs:MaterialArray (Results 1 – 3 of 3) sorted by relevance

/NW4C-2.0.3/sources/libraries/gfx/
Dgfx_SceneInitializer.cpp66 nw::gfx::MaterialArray::iterator materialEnd = model->GetMaterials().second; in VisitModel()
67 for (nw::gfx::MaterialArray::iterator material = model->GetMaterials().first; in VisitModel()
81 nw::gfx::MaterialArray::iterator materialEnd = model->GetMaterials().second; in VisitSkeletalModel()
82 for (nw::gfx::MaterialArray::iterator material = model->GetMaterials().first; in VisitSkeletalModel()
96 nw::gfx::MaterialArray::iterator materialEnd = model->GetMaterials().second; in VisitParticleModel()
97 for (nw::gfx::MaterialArray::iterator material = model->GetMaterials().first; in VisitParticleModel()
/NW4C-2.0.3/include/nw/gfx/
Dgfx_Model.h410 typedef gfx::MaterialArray MaterialArray; typedef
420 gfx::MaterialArray::iterator,
421 gfx::MaterialArray::iterator> MaterialRange;
809 nw::gfx::MaterialArray m_Materials;
Dgfx_Material.h399 typedef ut::MoveArray<Material*> MaterialArray; typedef