Matrix:orthographicProjection

From GiderosMobile
Revision as of 11:04, 23 August 2018 by Hgy29 (talk | contribs) (Created page with "__NOTOC__ '''Available since:''' Gideros 2016.06<br/> === Description === Replace this matrix by an orthographic projection suitable for the current 3D engine <source lang="lu...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Available since: Gideros 2016.06

Description

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

= Matrix:orthographicProjection(leftrightbottomtopnearfar,)

'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 '