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):
...
Parameter | Type | Description |
---|---|---|
albedo | aspose.threed.utilities.Vector3 | The default albedo color value |
See Also
- module
aspose.threed.shading
- class
PbrMaterial