Does btCompoundShape support removal of child shapes? #4192
Unanswered
joseph-lys
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Probably not implemented. Either re-create a new btCompoundShape if needed, or fix the code. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I am working on a codebase that uses btCompoundShape and removes child shape at some point in time. I was thinking of enabling the AABB tree to improve the performance, however I saw this comment in the header.
bullet3/src/BulletCollision/CollisionShapes/btCompoundShape.h
Line 54 in 5ae9a15
However, I also see there has been some work on removeChildShape() to get the function to work with AABB tree.
Could some one kindly advise, does the btCompoundShape actually support removal of child shapes?
Beta Was this translation helpful? Give feedback.
All reactions