According to this tutorial, a convex hull is the most accurate shape one can build from a mesh? I have two questions regarding this:
1. How do I build a convex hull from a given, complex mesh in Bullet?
2. Should this be done offline? How do most people do this? (that is, create a collision shape from a mesh in games)
↧