From 57c379a457a5db4e57f01d7dfc8e45a4e532c832 Mon Sep 17 00:00:00 2001 From: Nils Petter Fremming Date: Thu, 29 Aug 2024 12:12:20 +0200 Subject: [PATCH] Update Cognite3DViewer.ts --- viewer/packages/api/src/public/migration/Cognite3DViewer.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/viewer/packages/api/src/public/migration/Cognite3DViewer.ts b/viewer/packages/api/src/public/migration/Cognite3DViewer.ts index 0fe987fc409..6cd7d3a7482 100644 --- a/viewer/packages/api/src/public/migration/Cognite3DViewer.ts +++ b/viewer/packages/api/src/public/migration/Cognite3DViewer.ts @@ -1323,7 +1323,7 @@ export class Cognite3DViewer { } /** - * Move camera to a place where a all objects in the scene are visible + * Move camera to a place where a all objects in the scene are visible. * @param duration The duration of the animation moving the camera. Set this to 0 (zero) to disable animation. */ fitCameraToVisualSceneBoundingBox(duration?: number): void {