Home > three-story-controls > StoryPointMarker
Signature:
export interface StoryPointMarker
| Property | Type | Description |
|---|---|---|
| duration? | number | (Optional) Transition duration, defaults to 1 |
| ease? | string | (Optional) Transition easing, defaults to power1 |
| position | Vector3 | Camera position |
| quaternion | Quaternion | Camera quaternion |
| useSlerp? | boolean | (Optional) Use spherical interpolation for rotation, defaults to true |