C4 Engine
C4 Engine API Documentation

Drawable::SetMaterialObjectPointer

Defined in:  C4Renderable.h
Sets the material object pointer.
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

Drawable::SetMaterialAttributeList

MaterialObject