Specifies the transparency of a material.
*Alpha()Specifies the transparency of a material. |
|||||
*Alpha()Specifies the transparency of a material. |
Syntax |
*Alpha(Trans) |
|
Arguments |
Name |
Description |
Trans |
A value between 0 to 1: 0 = most transparent |
|
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(.5) *EndMaterial() *EndPalette() |
|
Application |
MotionView and HyperView. |
|
Context |
||
See also |
|
|