Enum TesseraMeshOutputMaterialGrouping
Namespace: Tessera
Assembly: Tessera.dll
Syntax
public enum TesseraMeshOutputMaterialGrouping
Fields
| Name | Description |
|---|---|
| Single | Merge everything to a single material |
| Unique | Every material in the input becomes a material in the output |
| UniqueByName | Every name of material in the input becomes a material in the output. (useful when you have duplicate materials of the same name) |