PbrMaterial constructor

__init__(self)

Construct a default PBR material instance


def __init__(self):
    ...

__init__(self, albedo)

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