You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There appears to be an “out of sync”(?) problem with code examples in the Customized visualization tutorial which may exist in other parts of the doc. The problem is in both the released and latest versions of the tutorial. The code box under Mimic draw_geometries() with Visualizer class shows:
Which appears to show a window (lines 37-44) into: customized_visualization.py in the master/latest source code. But in that Python file, this function (custom_draw_geometry_with_rotation()) actually spans lines 39-47. So a key bit of the function:
- Operating system: macOS 12.6.4
- Python version: Python 3.10.10 (main, Mar 21 2023, 13:41:05) [Clang 14.0.6 ]- Open3D version: Open3D 0.17.0
- System architecture: apple-silicon
- Is this a remote workstation?: no
- How did you install Open3D?: pip over a conda env
- Compiler version
Additional information
No response
The text was updated successfully, but these errors were encountered:
Checklist
master
branch).Describe the issue
There appears to be an “out of sync”(?) problem with code examples in the Customized visualization tutorial which may exist in other parts of the doc. The problem is in both the released and latest versions of the tutorial. The code box under Mimic draw_geometries() with Visualizer class shows:
Which appears to show a window (lines 37-44) into: customized_visualization.py in the master/latest source code. But in that Python file, this function (custom_draw_geometry_with_rotation()) actually spans lines 39-47. So a key bit of the function:
is not shown in the tutorial.
Steps to reproduce the bug
doc
Error message
none
Expected behavior
No response
Open3D, Python and System information
Additional information
No response
The text was updated successfully, but these errors were encountered: