3ds Max C++ API Reference
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
Material Events

Changes to the material on an object. More...

Functions

virtual void MaterialStructured (NodeKeyTab &nodes)
 
virtual void MaterialOtherEvent (NodeKeyTab &nodes)
 All other change to the settings of a node's material.
 

Detailed Description

Changes to the material on an object.

Node materials applied, unapplied or switched, or sub-texture structure of materials changed

Parameters
[in]nodesThe node list, provided as AnimHandles.
See also
NodeEventNamespace::GetNodeByKey()

Function Documentation

◆ MaterialStructured()

virtual void MaterialStructured ( NodeKeyTab nodes)
inlinevirtual
182{}

◆ MaterialOtherEvent()

virtual void MaterialOtherEvent ( NodeKeyTab nodes)
inlinevirtual

All other change to the settings of a node's material.

Parameters
[in]nodesThe node list, provided as AnimHandles.
See also
NodeEventNamespace::GetNodeByKey()
186{}