You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
Instead of VTK's ComputeCollisions you have vtkbool's InterOBBNodes <-- This is the hard stuff I think. Because you have to go to your low level code and do a matrix multiplication before the current way vector operations are calculated.
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
The text was updated successfully, but these errors were encountered: