Added a proper terrain mesh, implemented basic (and glitchy) terrain collision detection.

This commit is contained in:
2018-07-01 16:06:22 -05:00
parent 5b16d9b4c3
commit a84b9d95b4
4 changed files with 208 additions and 129 deletions

View File

@@ -10,7 +10,7 @@ class IMICFPS
include Parser
attr_accessor :objects, :materials, :vertexes, :texures, :normals, :faces
attr_accessor :objects, :materials, :vertices, :texures, :normals, :faces
attr_accessor :x, :y, :z, :scale
attr_reader :bounding_box