nw::lyt::Bounding::FindMaterialByName Member Functionvirtual Material * FindMaterialByName( const char* findName, bool bRecursive = true );
| Name | Description | |
|---|---|---|
| findName | The material name to search for. | |
bRecursive |
Specify TRUE to also search for child panes. |
Searches for materials by name.
This function searches for the material with the material name given by findName.
When TRUE is specified for bRecursive, the search is conducted in child panes and any child panes of those child panes.
CONFIDENTIAL