Skip to main content

flywave-map-controls.camerakeytrackanimationoptions

Home > @flywave/flywave-map-controls > CameraKeyTrackAnimationOptions

CameraKeyTrackAnimationOptions interface

This API is provided as a beta preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.

The options to create a CameraKeyTrackAnimation

Signature:

export interface CameraKeyTrackAnimationOptions 

Properties

Property

Modifiers

Type

Description

controlPoints

ControlPoint[]

(BETA) The [[ControlPoint]]s the animation should pass

interpolation?

THREE.InterpolationModes

(BETA) (Optional) The [[THREE.InterpolationModes]] for the animation. THREE.InterpolateSmooth

loop?

THREE.AnimationActionLoopStyles

(BETA) (Optional) See [[THREE.AnimationActionLoopStyles]] THREE.LoopOnce

name?

string

(BETA) (Optional) An optional name for the animation, ""

repetitions?

number

(BETA) (Optional) Defines how often the Animation should be repeated. 1

rotateOnlyClockwise?

boolean

(BETA) (Optional) If truethe Animation will interpolate rotations only clockwise. true