From 23cdfc17e62920c5164276979579c9051a3c3b73 Mon Sep 17 00:00:00 2001 From: laoluo Date: Fri, 17 Feb 2023 09:46:18 +0800 Subject: [PATCH] fix(pointcloud): Fix the visual deviation of topview --- packages/lb-annotation/src/core/pointCloud/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/lb-annotation/src/core/pointCloud/index.ts b/packages/lb-annotation/src/core/pointCloud/index.ts index 37000f8ce..1389578c6 100644 --- a/packages/lb-annotation/src/core/pointCloud/index.ts +++ b/packages/lb-annotation/src/core/pointCloud/index.ts @@ -141,7 +141,7 @@ export class PointCloud { } get DEFAULT_INIT_CAMERA_POSITION() { - return new THREE.Vector3(-1, 0, 10); + return new THREE.Vector3(-0.01, 0, 10); } get containerWidth() {