HyperWorks Desktop

*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.

Previous topic Next topic No expanding text in this topic  

*Shininess()

Specifies the degree of shininess of the specular light component of a material.

Previous topic Next topic JavaScript is required for expanding text JavaScript is required for the print function  

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

*BeginMaterial()

*BeginPalette()

Preference Files

See also

 

*Alpha()

*Ambient()

*BeginMaterial()

*BeginPalette()

*Diffuse()

*Emission()

*Name()

*Specular()

List of Session Statements