virtual ZRESULT setParentMaterial(rend::IMaterial* pMat)=0;

Description

Sets parent material pointer. Material can inherit some groups of settings like color settings, alpha settings, extensions and texture layers.

Parameters:
pMat
Pointer to material to set as a parent. Could be NULL.
See Also:
Interface overview and methods
getParentMaterial method