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
I use BVHModel create two geometry, and use addsubmodel to load stp file data. Then,use this two geometry to create CollisionObject.
but when I change the obj's translation, collide(...) function always have the same result with result.is_Collision() is true.
by the way , use distance(...) function can get various min_dintance when it bigger than zero.
The text was updated successfully, but these errors were encountered:
I use BVHModel create two geometry, and use addsubmodel to load stp file data. Then,use this two geometry to create CollisionObject.
but when I change the obj's translation, collide(...) function always have the same result with result.is_Collision() is true.
by the way , use distance(...) function can get various min_dintance when it bigger than zero.
The text was updated successfully, but these errors were encountered: