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):
...
Parameter | Type | Description |
---|---|---|
specular_constant | float | The specular constant value, must be non-negative. |