Difference between revisions of "Matrix:orthographicProjection"

From GiderosMobile
(remove language stuff)
m (Text replacement - "<source" to "<syntaxhighlight")
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>
 
</source>

Revision as of 15:28, 13 July 2023