vtkbool icon indicating copy to clipboard operation
vtkbool copied to clipboard

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

Open mauigna06 opened this issue 1 year ago • 2 comments

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

mauigna06 avatar Jan 16 '24 17:01 mauigna06

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

zippy84 avatar Jan 22 '24 15:01 zippy84

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? :)

mauigna06 avatar Jan 22 '24 18:01 mauigna06