SoVRMLMaterialshininess Property |
Shininess coefficient of the surface.
Namespace: OIV.Inventor.VRMLnodesAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.13.0 (9.9.13.0)
Syntaxpublic SoSFFloat shininess { get; }
Public ReadOnly Property shininess As SoSFFloat
Get
public:
property SoSFFloat^ shininess {
SoSFFloat^ get ();
}
member shininess : SoSFFloat with get
Property Value
Type:
SoSFFloat
RemarksValues range from 0.0 for no shininess to 1.0 for maximum shininess.
See Also