PhongMaterial
Overview
PhongMaterial is a class in Aspose.3D FOSS for Python.
Inherits from: LambertMaterial.
PhongMaterial.specular_color defines the RGB color of the specular highlight.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
specular_color | 'Vector3' | Read | Defines the RGB color of the specular highlight |
specular_factor | float | Read | Controls the intensity multiplier of the specular component |
shininess | float | Read | Sets the specular exponent that determines highlight size |
reflection_color | 'Vector3' | Read | Specifies the RGB color used for environment reflections |
reflection_factor | float | Read | Determines the strength of the reflection effect |
_specular_color | `` | Read | |
_specular_factor | `` | Read | |
_shininess | `` | Read | |
_reflection_color | `` | Read | |
_reflection_factor | `` | Read |
Methods
| Signature | Description |
|---|---|
__init__(name: str) |