mirror of
https://github.com/cyberarm/cyberarm_engine.git
synced 2025-12-16 21:22:33 +00:00
Added a large portion of I-MIC-FPS's opengl rendering and model loading systems
This commit is contained in:
@@ -196,7 +196,7 @@ module CyberarmEngine
|
||||
)
|
||||
end
|
||||
|
||||
def self.orthographic(left, right, top, bottom, near, far)
|
||||
def self.orthographic(left, right, bottom, top, near, far)
|
||||
s = Vector.new(
|
||||
2 / (right - left.to_f),
|
||||
2 / (top - bottom.to_f),
|
||||
|
||||
Reference in New Issue
Block a user