Function veloren_common_systems::phys::integrate_forces
source ยท fn integrate_forces(
dt: &DeltaTime,
vel: Vel,
(body, wings): (&Body, Option<&Wings>),
density: &Density,
mass: &Mass,
fluid: &Fluid,
gravity: f32,
scale: Option<Scale>,
) -> Vel