specular_exponent method
specular_exponent
Sets the ‘specularExponent’ attribute, controlling the focus of the specular highlight.
Returns
The current builder instance.
def specular_exponent(self, specular_exponent):
...
Parameter | Type | Description |
---|---|---|
specular_exponent | float | The specular exponent value, must be in the range 1.0 to 128.0. |