fury-gl/fury

Allow selection and picking of surfaces with triangle strips

Open

#757 opened on Mar 8, 2023

View on GitHub
 (3 comments) (0 reactions) (0 assignees)Python (253 forks)auto 404
good first issue

Repository metrics

Stars
 (301 stars)
PR merge metrics
 (PR metrics pending)

Description

Currently the SelectionManager works as expected for selecting triangle representations of surfaces.

However when we have surfaces represented with triangle strips we need to be more careful and find the correct triangle indices from the strips.

To see the issue you can start by modifying the viz_selection.py tutorial and add actors that use strips such as streamtube and then try to select those and start debugging the issue.

Contributor guide