LambertMaterial
Overview
LambertMaterial is a class in Aspose.3D FOSS for Python.
Inherits from: Material.
LambertMaterial.emissive_color defines the RGB color that the material appears to emit as light.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
emissive_color | 'Vector3' | Read | Defines the RGB color that the material appears to emit as light |
ambient_color | 'Vector3' | Read | Specifies the RGB ambient reflectance color of the material |
diffuse_color | 'Vector3' | Read | Sets the RGB color used for diffuse lighting calculations |
transparent_color | 'Vector3' | Read | Determines the RGB color applied to the material when it is transparent |
transparency | float | Read | Is a float where 0.0 is fully opaque and 1.0 is fully transparent |
_emissive_color | `` | Read | |
_ambient_color | `` | Read | |
_diffuse_color | `` | Read | |
_transparent_color | `` | Read | |
_transparency | `` | Read |
Methods
| Signature | Description |
|---|---|
__init__(name: str) |