Partially working AABB Tree! (needs much more work)

This commit is contained in:
2019-02-24 21:51:04 -06:00
parent eeb7a335c1
commit 5cf07ca620
5 changed files with 119 additions and 61 deletions

View File

@@ -6,7 +6,7 @@ class IMICFPS
def update
@collision_manager.collisions.each do |entity, versus|
versus.each do |versus|
versus.each do |other|
resolve(entity, other)
end
end