How to show more decimal places using o3d.visualization.draw_geometries_with_editing?
Open
legacy (Open3D 0.x API)
visualization
- Dominant language
- C++
- Stars
- 14k
- Forks
- 2.6k
- Avg merge
- 5d 18h
- Merged PRs (30d)
- 6
Description
I want to click point and display its coordinates, and the code is:
`
o3d.visualization.draw_geometries_with_editing([point_cloud])
`
However, after I pressed _shift_ and clicked one point, I got the coordinates as follows:
`
[Open3D INFO] Picked point #29061 (-71., 1.4e+02, 11.) to add in queue.
`
I want to get more decimal places, however, I find _o3d.visualization.draw_geometries_with_editing_ can not set decimal place. How to solve this? Thanks.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.