AnimatingRibbon.setParameter() method

Set the rendering parameters of animation ribbon 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": The minimum width in pixel of the ribbons. "platteTexture": The texture displayed on the ribbons. "speed": The animation speed. "unitLenght": The wolrd space length corresponding to 1.0 in uv coordinate.