Set the rendering parameters of animation stripe 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": 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.