mirror of
https://github.com/cyberarm/i-mic-fps.git
synced 2025-12-15 15:42:35 +00:00
Added a proper terrain mesh, implemented basic (and glitchy) terrain collision detection.
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user