Refactored bounding box to use 2 vectors, stubbed PhysicsManager.

This commit is contained in:
2019-02-24 15:05:54 -06:00
parent fc72f2bdc8
commit 965b8d0c80
9 changed files with 114 additions and 99 deletions

View File

@@ -10,7 +10,7 @@ class IMICFPS
@textures = []
@normals = []
@faces = []
@bounding_box = BoundingBox.new(0,0,0, 0,0,0)
@bounding_box = BoundingBox.new
@debug_color = Color.new(1.0,1.0,1.0)
@scale = 1.0