Specifies the degree of shininess of the specular light component of a material.
*Shininess()Specifies the degree of shininess of the specular light component of a material. |
|||||
*Shininess()Specifies the degree of shininess of the specular light component of a material. |
Syntax |
*Shininess(Exp) |
|
Arguments |
Name |
Description |
Exp |
An integer between 0 and 128; the greater the value, the higher the degree of shininess. |
|
Example |
*BeginPalette() *BeginMaterial() *Name("blue green") *Emission(0, 0, 0) *Ambient(0, 0.46118, 0.6) *Diffuse(0, 0.76863, 1) *Specular(0, 0, 0) *Shininess(0) *Alpha(1) *EndMaterial() *EndPalette() |
|
Application |
MotionView and HyperView. |
|
Context |
||
See also |
|
|