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
| Value | Description |
|---|---|
MAP_SPECULAR | Represents the specular texture map type |
MAP_DIFFUSE | Represents the diffuse texture map type |
MAP_EMISSIVE | Represents the emissive texture map type |
MAP_AMBIENT | Represents the ambient texture map type |
MAP_NORMAL | Represents the normal (bump) texture map type |
Propietats
| Name | Type | Access | Description |
|---|---|---|---|
emissive_color | 'Vector3' | Read | Represents the emissive (self‑illumination) color as a Vector3 |
ambient_color | 'Vector3' | Read | Represents the ambient lighting color as a Vector3 |
diffuse_color | 'Vector3' | Read | Represents the base diffuse reflectance color as a Vector3 |
transparent_color | 'Vector3' | Read | Represents the color used for transparency as a Vector3 |
transparency | float | Read | Represents the material’s opacity level (0‑1 float, where 0 is fully transparent) |
Mètodes
| Signature | Description |
|---|---|
__init__(name: str) |