specular_constant method

specular_constant

Sets the ‘specularConstant’ attribute, representing the specular reflection constant.

Returns

The current builder instance.

def specular_constant(self, specular_constant):
    ...
ParameterTypeDescription
specular_constantfloatThe specular constant value, must be non-negative.

See Also