PbrMaterial constructor

init

Construct a default PBR material instance

def __init__(self):
    ...

init

Construct a default PBR material with specified albedo color value.

def __init__(self, albedo):
    ...
ParameterTypeDescription
albedoaspose.threed.utilities.Vector3The default albedo color value

See Also