HyperWorks Desktop

*Name()

Name of a material as it is listed in the interface.

*Name()

Name of a material as it is listed in the interface.

Previous topic Next topic No expanding text in this topic  

*Name()

Name of a material as it is listed in the interface.

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

Syntax

*Name("Material Name")

Arguments

Name

Description

 

"Material Name"

The material name.

Example

*BeginPalette()

 *BeginMaterial()

         *Name("blue cool")

         *Emission(0, 0, 0)

         *Ambient(0.025, 0.025, 0.1)

         *Diffuse(0.125, 0.125, 0.5)

         *Specular(0, 0, 0)

         *Shininess(0)

         *Alpha(1)

 *EndMaterial(1)

*EndPalette()

Application

MotionView and HyperView.

Context

*BeginMaterial()

*BeginPalette()

Preference Files

See also

 

*Alpha()

*Ambient()

*BeginMaterial()

*BeginPalette()

*Diffuse()

*Emission()

*Shininess()

*Specular()

List of Session Statements