-
Bartosz authored
Implement drag force according to the equation: drag_force = drag_coefficient * speed ^2 Also add a small constant force to implement friction force.
Bartosz authoredImplement drag force according to the equation: drag_force = drag_coefficient * speed ^2 Also add a small constant force to implement friction force.