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

NameTypeAccessDescription
specular_color'Vector3'ReadDefines the RGB color of the specular highlight
specular_factorfloatReadControls the intensity multiplier of the specular component
shininessfloatReadSets the specular exponent that determines highlight size
reflection_color'Vector3'ReadSpecifies the RGB color used for environment reflections
reflection_factorfloatReadDetermines the strength of the reflection effect
_specular_color``Read
_specular_factor``Read
_shininess``Read
_reflection_color``Read
_reflection_factor``Read

Methods

SignatureDescription
__init__(name: str)

See Also