Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to keep drawing geometry independant on view point ? #6427

Closed
3 tasks done
ClementLeBihan opened this issue Oct 12, 2023 · 1 comment · Fixed by #6429
Closed
3 tasks done

How to keep drawing geometry independant on view point ? #6427

ClementLeBihan opened this issue Oct 12, 2023 · 1 comment · Fixed by #6429
Assignees
Labels
bug Not a build issue, this is likely a bug.

Comments

@ClementLeBihan
Copy link

Checklist

My Question

Hi all,

I've tried to use O3DVisualizer with LineSet but the geometry disapear regarding the view point. Is there a way to force drawing every geometries ?

Thanks by advance,
Clément

open3d

@errissa errissa self-assigned this Oct 12, 2023
@errissa errissa added bug Not a build issue, this is likely a bug. and removed question labels Oct 12, 2023
@errissa
Copy link
Collaborator

errissa commented Oct 12, 2023

That looks like a bug - the line sets should render as long as they are in view. In the C++ API there is a way to disable culling for an individual object which would workaround this issue but it appears it's not exposed in Python.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Not a build issue, this is likely a bug.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants