I could reproduce it with demo app. Just take CompoundBodiesDemo and replace constructor code with this one: var flat = new Box(Vector3.Zero, 1, 0.03f, 1); flat.Mass = 1; List<CompoundShapeEntry> shapes = new List<CompoundShapeEntry>(); shapes.Add(new CompoundShapeEntry(flat.CollisionInformation.Sha...