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

Triangle strips 2 Triangles #756

Merged
merged 3 commits into from
Mar 8, 2023
Merged

Conversation

Garyfallidis
Copy link
Contributor

@Garyfallidis Garyfallidis commented Mar 8, 2023

Adds an option to change surface representation in streamtube from triangle strips to triangles. This makes life easy with the SelectionManager. This closes PR #708 but I am also adding an issue to improve direct picking of triangle strip representations. See here #757

In order to know if an actor is using triangle strips or not, you need to use something like
actor.GetMapper().GetInput().GetStrips()

@skoudoro
Copy link
Contributor

skoudoro commented Mar 8, 2023

Thank you @Garyfallidis for adding the tests. Merging

@skoudoro skoudoro merged commit 44413c1 into fury-gl:master Mar 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants