From db32510c1a095cf41aa91b9ee6b16fa40625aa55 Mon Sep 17 00:00:00 2001 From: John Tsiombikas Date: Fri, 17 Aug 2018 08:00:13 +0300 Subject: [PATCH] notes --- src/gamescr.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/src/gamescr.cc b/src/gamescr.cc index 4bac184..f2a9414 100644 --- a/src/gamescr.cc +++ b/src/gamescr.cc @@ -14,6 +14,7 @@ * - whistle hhgg music * - select objects and center camera on them * - we need to rely on actual collisions instead of grid occupancy + * - on collision use the weighted sum of the velocities */ struct Particle { -- 1.7.10.4