Skip to content

Commit

Permalink
fix(pointcloud): Need to highlight pointCloud after initData
Browse files Browse the repository at this point in the history
  • Loading branch information
Kerwin-L committed Feb 21, 2023
1 parent d24909c commit f5d6902
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -691,6 +691,7 @@ export const usePointCloudViews = () => {
mainViewInstance?.generateBox(v);
});

ptCtx.syncAllViewPointCloudColor(boxParamsList);
ptCtx.setPointCloudResult(boxParamsList);
ptCtx.setPolygonList(polygonList);
} else {
Expand Down

0 comments on commit f5d6902

Please sign in to comment.