BGE patch: approve patch #17312: Multiple material IPOs per mesh in BGE.

This commit is contained in:
2008-07-25 13:45:57 +00:00
parent ab44742cf3
commit a7f951f25e
11 changed files with 96 additions and 29 deletions

View File

@@ -139,6 +139,11 @@ const STR_String& RAS_IPolyMaterial::GetMaterialName() const
return m_materialname;
}
dword RAS_IPolyMaterial::GetMaterialNameHash() const
{
return m_materialname.hash();
}
const STR_String& RAS_IPolyMaterial::GetTextureName() const
{
return m_texturename;