Currently in an app I am working on, we are adding collision shapes/components to objects by using the ShapeResource.generateConvex
method to generate the shape from the mesh of our ModelEntity
. Unfortunately, this does not result in a totally accurate collision shape. The following example is how the collision component looks currently.
Is there anyway to generate a collision shape that fits the exact bounds of the ModelEntity
?