shininess property

shininess property

Gets or sets the shininess, this controls the specular highlight’s size. The formula of specular: SpecularColor * SpecularFactor * (N dot H) ^ Shininess

Definition:

@property
def shininess(self):
    ...
@shininess.setter
def shininess(self, value):
    ...

See Also