Camera.createOrtographicProjectionMatrix() - Mtax-Development/GML-OOP GitHub Wiki

Arguments

Name
Type
Optional
size
No
clippingPlane
No

Returns

{Camera.OrtographicProjectionMatrix} | On error: {undefined}

Description

Create and assign to this Camera the first of matrices needed to display graphics, the projection matrix. This projection does not contain perspective information, making the view ortographic. Specified values change how much of the scene is fit into the projection, according to size affecting its aspect ratio and zoom, as well as the clipping plane cutting out graphics outside of it.

⚠️ **GitHub.com Fallback** ⚠️