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

Fixes and improvements for point selection in O3DVisualizer (fixes #6725) #6733

Merged
merged 4 commits into from
Apr 17, 2024

Commits on Mar 29, 2024

  1. Fix isl-org#6725: O3DVisualizer: make points removable and fix point …

    …size calc
    
    Correctly forward keymodifier to enable point removing and fix bounding
    box calculation for picked point size selection.
    danrauch committed Mar 29, 2024
    Configuration menu
    Copy the full SHA
    d905a36 View commit details
    Browse the repository at this point in the history
  2. Apply style

    danrauch committed Mar 29, 2024
    Configuration menu
    Copy the full SHA
    0c9f41d View commit details
    Browse the repository at this point in the history
  3. Fix crash occuring when trying to make selection and non-pickable geo…

    …metries where in scene
    
    Error example:
    [Open3D Error] (void open3d::visualization::gui::SelectionIndexLookup::Add(const string&, size_t))
    start_index 3248 must be larger than all previously added objects 3248.
    danrauch committed Mar 29, 2024
    Configuration menu
    Copy the full SHA
    3137df6 View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2024

  1. Configuration menu
    Copy the full SHA
    c4d26f0 View commit details
    Browse the repository at this point in the history