-
Hello, this project is awesome. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Hello,
I never used dynamic meshes. Normally you would construct your dynamic objects as either a convex hull or as a compound of convex hulls. You can build those manually or you could use convex decomposition for this. |
Beta Was this translation helpful? Give feedback.
-
For automatically decomposing meshes into a compound of convex hulls I can recommend https://github.com/kmammou/v-hacd |
Beta Was this translation helpful? Give feedback.
Hello,
I started implementing dynamic meshes but I'm still on the fence if they should actually be supported. The reasons being:
I never used dynamic meshes. Normally you would construct your dynamic objects as either a convex hull or as a compound of convex hulls. You can bui…