Method DataEngineStandardPBR
DataEngineStandardPBR(MaterialDefinition, string, Color)
Set all parameters to have a valid PBR pixyz material
Declaration
public static void DataEngineStandardPBR(this MaterialDefinition definition, string name, Color baseColor)
Parameters
Type | Name | Description |
---|---|---|
MaterialDefinition | definition | The material definition to modify |
string | name | The name of the material |
Color | baseColor | The base color that will be applied |