Fixed missing spaces, added terrain object, various tweaks trying to get collision detection working correctly; Still isn't...

This commit is contained in:
2018-03-21 12:09:28 -05:00
parent 2de1c0ffdf
commit e7aa32b62d
8 changed files with 156 additions and 111 deletions

View File

@@ -31,7 +31,7 @@ class IMICFPS
@faces = []
@smoothing= 0
@bounding_box = BoundingBox.new(nil,nil,nil, nil,nil,nil)
@bounding_box = BoundingBox.new(0,0,0, 0,0,0)
start_time = Time.now
parse
puts "#{@file_path.split('/').last} took #{(Time.now-start_time).round(2)} seconds to parse"