mirror of
https://github.com/cyberarm/i-mic-fps.git
synced 2025-12-15 15:42:35 +00:00
Refactored GameObject to Entity, replaced @x,@y,@z with @position, added @velocity vector to Entity, bricked Player terrain interaction while authoring Axis Aligned Bounding Box Tree for CollisionManager to handle all collision interaction. Added PhysicsManager stub.
This commit is contained in:
4
lib/managers/physics_manager.rb
Normal file
4
lib/managers/physics_manager.rb
Normal file
@@ -0,0 +1,4 @@
|
||||
class IMICFPS
|
||||
class PhysicsManager
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user