From: John Tsiombikas Date: Fri, 17 Aug 2018 05:07:01 +0000 (+0300) Subject: more notes X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?p=ld42_outofspace;a=commitdiff_plain;h=9c69092980779dfe502be9c85ce3ae85712fc866 more notes --- 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 {