Home
last modified time | relevance | path

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

/NW4C-1.3.3/sources/libraries/gfx/
Dgfx_SceneInitializer.cpp64 nw::gfx::MaterialArray::iterator materialEnd = model->GetMaterials().second; in VisitModel()
65 for (nw::gfx::MaterialArray::iterator material = model->GetMaterials().first; in VisitModel()
79 nw::gfx::MaterialArray::iterator materialEnd = model->GetMaterials().second; in VisitSkeletalModel()
80 for (nw::gfx::MaterialArray::iterator material = model->GetMaterials().first; in VisitSkeletalModel()
/NW4C-1.3.3/include/nw/gfx/
Dgfx_Model.h408 typedef gfx::MaterialArray MaterialArray; typedef
418 gfx::MaterialArray::iterator,
419 gfx::MaterialArray::iterator> MaterialRange;
807 nw::gfx::MaterialArray m_Materials;
Dgfx_Material.h397 typedef ut::MoveArray<Material*> MaterialArray; typedef