fury-gl/fury
Vedi su GitHubAllow selection and picking of surfaces with triangle strips
Open
#757 aperta il 8 mar 2023
good first issue
Metriche repository
- Star
- (301 star)
- Metriche merge PR
- (Metriche PR in attesa)
Descrizione
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.