Indicates the beginning of a material palette.
*BeginPalette()Indicates the beginning of a material palette. |
|||||
*BeginPalette()Indicates the beginning of a material palette. |
Syntax |
*BeginPalette() |
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 |
|
Comments |
The *BeginPalette() block contains user-defined graphic palettes. Every *BeginPalette() statement requires a closing *EndPalette() statement. |
See also |
|