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
I want generate a GIF of a self-rotating mesh object.
So I tried the example in customized_visualization.py. My running environment: Ubuntu18.04 python3.8 Open3D-0.17.0
Strange thing is: No bugs or errors was reported, but the view didn't move around or went with the trajectory as it defined in the "Callback" funtion.
Here is the output showed in terminal:
1. Customized visualization to mimic DrawGeometry
2. Changing field of view
Field of view (before changing) 60.00
Field of view (after changing) 90.00
Field of view (before changing) 60.00
Field of view (after changing) 5.00
3. Customized visualization with a rotating view
4. Customized visualization showing normal rendering
5. Customized visualization with key press callbacks
Press 'K' to change background color to black
Press 'R' to load a customized render option, showing normals
Press ',' to capture the depth buffer and show it
Press '.' to capture the screen and show it
6. Customized visualization playing a camera trajectory
Capture image 00000
Capture image 00001
Capture image 00002
I expected the mesh object will be rotating in the GUI window.
Open3D, Python and System information
- Operating system: Ubuntu 18.04
- Python version: Python 3.8
- Open3D version: 0.17.0
- System architecture: x86
- Is this a remote workstation?: no
- How did you install Open3D?: pip packagewheel
Additional information
No response
The text was updated successfully, but these errors were encountered:
Checklist
master
branch).Describe the issue
I want generate a GIF of a self-rotating mesh object.
So I tried the example in customized_visualization.py. My running environment: Ubuntu18.04 python3.8 Open3D-0.17.0
Strange thing is: No bugs or errors was reported, but the view didn't move around or went with the trajectory as it defined in the "Callback" funtion.
Here is the output showed in terminal:
Steps to reproduce the bug
Error message
nothing
Expected behavior
I expected the mesh object will be rotating in the GUI window.
Open3D, Python and System information
Additional information
No response
The text was updated successfully, but these errors were encountered: