From 9c69092980779dfe502be9c85ce3ae85712fc866 Mon Sep 17 00:00:00 2001 From: John Tsiombikas Date: Fri, 17 Aug 2018 08:07:01 +0300 Subject: [PATCH] more notes --- src/gamescr.cc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/gamescr.cc b/src/gamescr.cc index f2a9414..742d580 100644 --- a/src/gamescr.cc +++ b/src/gamescr.cc @@ -15,6 +15,9 @@ * - 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 + * + * XXX revert the direct n^2 gravitational thing, and find a way to exclude + * own field when sampling the ... field */ struct Particle { -- 1.7.10.4