fury-gl/fury

Allow selection and picking of surfaces with triangle strips

Open

#757 创建于 2023年3月8日

在 GitHub 查看
 (3 评论) (0 反应) (0 负责人)Python (253 fork)auto 404
good first issue

仓库指标

Star
 (301 star)
PR 合并指标
 (PR 指标待抓取)

描述

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.

贡献者指南