Set the rendering parameters of animation ribbon visualization.
Signature:
setParameter(name: string, value: any): void;
Parameter | Description |
---|---|
name | The parameter name. It can be either "width", "platteTexture", "speed" or "unitLenght". |
value | The value of the parameter. Its data type and value range depend on the specific parameter. |
Returns:
void
"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.