LambertMaterial

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

NameTypeAccessDescription
emissive_color'Vector3'ReadDefines the RGB color that the material appears to emit as light
ambient_color'Vector3'ReadSpecifies the RGB ambient reflectance color of the material
diffuse_color'Vector3'ReadSets the RGB color used for diffuse lighting calculations
transparent_color'Vector3'ReadDetermines the RGB color applied to the material when it is transparent
transparencyfloatReadIs 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

SignatureDescription
__init__(name: str)

See Also