-
Notifications
You must be signed in to change notification settings - Fork 4
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
brushing overplotted points #118
Comments
There should be room to improve this, but I don't think it can be solved with the way brushing works. Currently two scenes are rendered: the main one which is displayed, and a 'picking' scene which is invisible. The invisible scene has points filled with a colour corresponding to the ID, e.g. Ideally, the selection box would be translated to a shape in 3D space and then check if each point lies within that shape, but that would be quite a big task to implement. |
Try this: remotes::install_github("casperhart/detourr@picking-improvements") Using the example from #117, selecting points at basis one then moving to basis 2, this is before: |
fixed by #119 |
when points are overplotted the ones underneath fail to get coloured.
The text was updated successfully, but these errors were encountered: