Difference between revisions of "Matrix:orthographicProjection"

From GiderosMobile
(remove language stuff)
m (Text replacement - "</source>" to "</syntaxhighlight>")
 
(One intermediate revision by the same user not shown)
Line 5: Line 5:
 
=== Description ===
 
=== Description ===
 
Replaces this matrix by an orthographic projection. Suitable for the current 3D engine.
 
Replaces this matrix by an orthographic projection. Suitable for the current 3D engine.
<source lang="lua">
+
<syntaxhighlight lang="lua">
 
Matrix:orthographicProjection(left,right,bottom,top,near,far)
 
Matrix:orthographicProjection(left,right,bottom,top,near,far)
</source>
+
</syntaxhighlight>
  
 
=== Parameters ===
 
=== Parameters ===

Latest revision as of 15:31, 13 July 2023