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

Compute boolean operation only once for input polydatas that move? Would it achieve very quick subsequent updates? #74

Open
mauigna06 opened this issue Jan 16, 2024 · 2 comments

Comments

@mauigna06
Copy link

As far as I know, believing that the CollisionDetection filter computes the OBBTree only once and then the code can update the matrices to check if input polydatas collide later, would it be possible to recompute boolean operations on the fly by modifying a matrix I can see on vtkbool code? Currenly that matrix is hard-coded to the identity

Thanks a lot
Mauro

@zippy84
Copy link
Owner

zippy84 commented Jan 22, 2024

I never knew what that matrix was used for. Do you have a suggestion, what I should change?

@mauigna06
Copy link
Author

I never knew what that matrix was used for. Do you have a suggestion, what I should change?

Maybe:

Please let me know if you would give it a try and share how it goes? :)

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

No branches or pull requests

2 participants