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

Cone actor needs to use repeat_primitives by default #529

Closed
skoudoro opened this issue Jan 21, 2022 · 1 comment · Fixed by #547
Closed

Cone actor needs to use repeat_primitives by default #529

skoudoro opened this issue Jan 21, 2022 · 1 comment · Fixed by #547
Labels

Comments

@skoudoro
Copy link
Contributor

This will allow cone to have the same behavior when picking vertices or edges as with other primitives.

However, we should also keep repeat_sources as a secondary option just in case we need to use some of the other VTK filters.

See example of box actor (using repeat_primitives) here https://github.com/fury-gl/fury/blob/master/fury/actor.py#L1696

See current implementation of cone here https://github.com/fury-gl/fury/blob/master/fury/actor.py#L1829

@Onkar627
Copy link

Onkar627 commented Feb 6, 2022

Can you guide me @skoudoro on how to proceed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants