dimforge / rapier

2D and 3D physics engines focused on performance.
https://rapier.rs
Apache License 2.0
3.77k stars 235 forks source link

Need predict_position_using_velocity() without forces #601

Closed kvark closed 3 months ago

kvark commented 3 months ago

There is predict_position_using_velocity_and_forces. The problem is - if you have a vehicle driving on the road, and you want to estimate the next vehicle position, you don't want to assume that it's going to be pulled by gravity. I.e. it would be useful to have a prediction mode that assumes that the forces are in the equilibrium.