The issue I’ve been having recently is trying to get a collision between a capsule and a torus, where the capsule is supposed to hit the torus once it lands on the ground after tipping over. I don’t know what type of PhysicsImpostor to use.
@Cedric could probably help with this one ?
There is a CapsuleImpostor but there is no TorusImpostor.
You need to approximate the torus with something else like a ConvexHullImpostor.
1 Like