Method GetDefaultMaterial
GetDefaultMaterial(bool)
Get fallback material that is assigned to nodes without a material.
Declaration
Material GetDefaultMaterial(bool pointsSupport = false)
Parameters
Type | Name | Description |
---|---|---|
bool | pointsSupport | If true, material has to support meshes with points topology. |
Returns
Type | Description |
---|---|
Material | fallback material |