LambertMaterial

LambertMaterial

General

LambertMaterial is a enum in Aspose.3d for Python. Inherits from: Material.

LambertMaterial és un enum a Aspose.3d per Python. Hereta de: ゚Material⌒ .

LambertMaterial proporciona propietats de color emissiu, ambient, difús i transparent per definir un clàssic model d’ombres Lambert.

Valors

ValueDescription
MAP_SPECULARRepresents the specular texture map type
MAP_DIFFUSERepresents the diffuse texture map type
MAP_EMISSIVERepresents the emissive texture map type
MAP_AMBIENTRepresents the ambient texture map type
MAP_NORMALRepresents the normal (bump) texture map type

Propietats

NameTypeAccessDescription
emissive_color'Vector3'ReadRepresents the emissive (self‑illumination) color as a Vector3
ambient_color'Vector3'ReadRepresents the ambient lighting color as a Vector3
diffuse_color'Vector3'ReadRepresents the base diffuse reflectance color as a Vector3
transparent_color'Vector3'ReadRepresents the color used for transparency as a Vector3
transparencyfloatReadRepresents the material’s opacity level (0‑1 float, where 0 is fully transparent)

Mètodes

SignatureDescription
__init__(name: str)
 Català