Physics object dont bounce at low angle and speed hit

Hello, I shoot Physics object from certain position and camera angle with some speed multiplier.

The problem I have at some combination of low hit angle and object speed my ball don’t bounce at all and starts roll on a surface

I tried to apply different physical material:
but Restitution makes ball not lose velocity on hit
and Friction makes ball sliding or rolling on plane.

Can someone tell what variuable affects physics object at low speed not to bounce at all and start rolling on surface? I want my ball to bounce at any hit speed and any hit angle.

PS: I dont want to use projectile, I need it to be physics object.

Ok, found it