isl-org / isl-org/Open3D

When i move my pcd in a certain way it disappear in the displayer

Open
#4,797 3 comments 0 reactions 1 assignee Claimed by @errissa View on GitHub
viewcontrol visualization
Dominant language
C++
Stars
14k
Forks
2.6k
Avg merge
5d 18h
Merged PRs (30d)
6

Description

### Checklist

- [X] I have searched for [similar issues](https://github.com/isl-org/Open3D/issues).
- [X] For Python issues, I have tested with the [latest development wheel](http://www.open3d.org/docs/latest/getting_started.html#development-version-pip).
- [X] I have checked the [release documentation](http://www.open3d.org/docs/release/) and the [latest documentation](http://www.open3d.org/docs/latest/) (for `master` branch).

### Describe the issue

When i move my pcd in a certain way it disappear, anyone had this problem and can give me some advice?

Iv'e tried multiple times to change background, get different pointcloud, try in a different visualizer...

example for the error:
https://vimeo.com/680479067

### Steps to reproduce the bug

```python
def _on_snapshot(self):
self.n_snapshots += 1
title = "Open3D - Multi-Window Demo (Snapshot #" + str(self.n_snapshots) + ")"
new_vis = o3d.visualization.O3DVisualizer(title)
print(self.pcdA)
new_vis.add_geometry(str(self.n_snapshots),
self.pcdA, self.settings.material)
new_vis.reset_camera_to_default()
bounds = self.pcdA.get_axis_aligned_bounding_box()
extent = bounds.get_extent()
new_vis.setup_camera(60, bounds.get_center(),
bounds.get_center() + [0, 0, -3], [0, -1, 0])
o3d.visualization.gui.Application.instance.add_window(new_vis)
```

### Error message

no error message

### Expected behavior

_No response_

### Open3D, Python and System information

```markdown
- Operating system: Ubuntu 20.04
- Python version: Python 3.8
- Open3D version: output from python: `0.14.1`
- System architecture: x86
- Is this a remote workstation?: no
- How did you install Open3D?: pip
- Compiler version (if built from source): gcc 7.5
```

### Additional information

Video of the error:

https://vimeo.com/680479067

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.