AnimatingStripe.setParameter() method

Set the rendering parameters of animation stripe visualization.

Signature:

setParameter(name: string, value: any): void;

Parameters

ParameterDescription
nameThe parameter name. It can be either "width", "platteTexture", "speed" or "unitLenght".
valueThe value of the parameter. Its data type and value range depend on the specific parameter.

Returns:

void

Remarks

"width": width of the stripes.

"platteTexture": The texture displayed on the stripes.

"speed": The animation speed.

"unitLenght": The wolrd space length corresponding to 1.0 in uv coordinate.