Constructor of PathFollowingAnimator.
Signature:
constructor(viewer: Viewer3D, pointArray: Array<number[]>, useDefaultUpVector?: boolean);| Parameter | Description |
|---|---|
| viewer | The viewer3D object. |
| pointArray | The path to follow for the animating pawns. |
| useDefaultUpVector | If true, the upVector of pawn will always be [0, 0, 1](z-axis). Default value is true. |