Difference between revisions of "Matrix:orthographicProjection"

From GiderosMobile
Line 1: Line 1:
 
__NOTOC__
 
__NOTOC__
 +
<languages />
 
'''<translate>Available since</translate>:''' Gideros 2016.06<br/>
 
'''<translate>Available since</translate>:''' Gideros 2016.06<br/>
 
'''<translate>Class</translate>:''' [[Special:MyLanguage/Matrix|Matrix]]<br/>
 
'''<translate>Class</translate>:''' [[Special:MyLanguage/Matrix|Matrix]]<br/>

Revision as of 10:59, 3 September 2018


Available since: Gideros 2016.06
Class: Matrix

Description

Replace this matrix by an orthographic projection suitable for the current 3D engine

 Matrix:orthographicProjection(left,right,bottom,top,near,far)

Parameters

left: (number) left plane distance
right: (number) right plane distance
bottom: (number) bottom plane distance
top: (number) top plane distance
near: (number) near plane distance
far: (number) far plane distance