PhongMaterial constructor

__init__(self)

Initializes a new instance of the PhongMaterial class.


def __init__(self):
    ...

__init__(self, name)

Initializes a new instance of the PhongMaterial class.


def __init__(self, name):
    ...
ParameterTypeDescription
namestrName

See Also