Skip to content

Commit

Permalink
fix(pointcloud): SyncTopview doesn't need to update camera
Browse files Browse the repository at this point in the history
  • Loading branch information
Kerwin-L committed Apr 11, 2023
1 parent 7ed2855 commit 634ca61
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -329,7 +329,6 @@ export const synchronizeTopView = (

// Control the 3D view data to create box
mainViewInstance.generateBox(newBoxParams, newPolygon.id);
mainViewInstance.updateCameraByBox(newBoxParams, EPerspectiveView.Top);
mainViewInstance.render();

const { pointCloud2dOperation, pointCloudInstance } = topViewInstance;
Expand Down

0 comments on commit 634ca61

Please sign in to comment.