mirror of
https://github.com/cyberarm/i-mic-fps.git
synced 2025-12-16 08:02:36 +00:00
Added shader support, removed unused debugging puts statements and fixed Gosu Font.draw deprecation warning.
This commit is contained in:
@@ -19,8 +19,6 @@ class IMICFPS
|
||||
@nearest_vertex_lookup[x_slot][y_slot] = [] unless @nearest_vertex_lookup[x_slot][y_slot]
|
||||
@nearest_vertex_lookup[x_slot][y_slot] << vert
|
||||
end
|
||||
|
||||
p model.faces.first
|
||||
end
|
||||
|
||||
def height_at(vertex, max_distance = Float::INFINITY)
|
||||
|
||||
Reference in New Issue
Block a user