mirror of
https://github.com/cyberarm/i-mic-fps.git
synced 2025-12-16 08:02:36 +00:00
Moved renderering system and model loading into CyberarmEngine, added island_test_map
This commit is contained in:
@@ -3,7 +3,7 @@ class IMICFPS
|
||||
attr_reader :camera, :entities, :lights
|
||||
|
||||
def initialize
|
||||
@camera = Camera.new(position: Vector.new)
|
||||
@camera = PerspectiveCamera.new(position: Vector.new, aspect_ratio: $window.aspect_ratio )
|
||||
@entities = []
|
||||
@lights = []
|
||||
|
||||
|
||||
Reference in New Issue
Block a user