fury-gl / fury

FURY - Free Unified Rendering in pYthon.
https://fury.gl
Other
227 stars 165 forks source link

Triangle strips 2 Triangles #756

Closed Garyfallidis closed 1 year ago

Garyfallidis commented 1 year ago

Adds an option to change surface representation in streamtube from triangle strips to triangles. This makes life easy with the SelectionManager. This closes PR https://github.com/fury-gl/fury/pull/708 but I am also adding an issue to improve direct picking of triangle strip representations. See here https://github.com/fury-gl/fury/issues/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 commented 1 year ago

Thank you @Garyfallidis for adding the tests. Merging