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):
    ...
ParameterTypeDescription
specular_exponentfloatThe specular exponent value, must be in the range 1.0 to 128.0.

See Also