Drawable::SetMaterialObjectPointer
Defined in:
Sets the material object pointer.
C4Renderable.h
Prototype
void SetMaterialObjectPointer(MaterialObject *const *object);
Parameters
object |
A pointer to a location holding a pointer to a material object. |
Description
The SetMaterialObjectPointer
function sets the pointer to the location at which a pointer to a material object resides.
See Also
Drawable::GetMaterialObjectPointer
Drawable::GetMaterialAttributeList