Method GenerateDefaultMaterial
GenerateDefaultMaterial(bool)
Creates a fallback material to be assigned to nodes without a material.
Declaration
protected abstract Material GenerateDefaultMaterial(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 |