Click or drag to resize
SoVRMLMovieTexturealpha Property

Alpha value used with the video.

Namespace: OIV.Inventor.VRMLnodes
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.36.0 (9.9.36.0)
Syntax
public SoSFFloat alpha { get; }

Property Value

Type: SoSFFloat
Remarks

If the value is less than 1, the movie texture will be an RGBA image. This uses some additional memory and computation time.

NOTE: field available since Open Inventor 4.0

NOTE 2: This field is not compatible with VRML97. If you specify a non-default value for this field, when this node is written to a VRML file, the file will contain this incompatible field and standard VRML97 file readers will not be able to read it.

See Also