I think somethings wrong with your calculations, you scaling whole result where what you should just scale the delta values, so try this
initVel - ((hInitVel * damping) * DeltaTime)
I think somethings wrong with your calculations, you scaling whole result where what you should just scale the delta values, so try this
initVel - ((hInitVel * damping) * DeltaTime)