dt with dt for arrow key look

This commit is contained in:
2018-07-01 19:48:00 -05:00
parent 4c603c3a3d
commit f21032935b
2 changed files with 4 additions and 2 deletions

View File

@@ -18,6 +18,8 @@ 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)