Skip to content

Commit

Permalink
fix(pointcloud): Fix the visual deviation of topview
Browse files Browse the repository at this point in the history
  • Loading branch information
Kerwin-L committed Feb 17, 2023
1 parent d45362b commit 23cdfc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/lb-annotation/src/core/pointCloud/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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() {
Expand Down

0 comments on commit 23cdfc1

Please sign in to comment.