Camera.PerspectiveFieldOfViewProjectionMatrix - Mtax-Development/GML-OOP GitHub Wiki

Description

Constructs a matrix supplying the Camera with three-dimensional projection using configurable field of view.

Specification

Destruction
Elements
Camera.PerspectiveFieldOfViewProjectionMatrix.destroy()
None

Properties

Name
Type
Default
Modifiable
parent
other
No
ID
{real[]}
undefined
No
fieldOfView
None
No
aspectRatio
None
No
clippingPlane
None
No

Construction types

Name
Arguments
New element
fieldOfView {Angle}
aspectRatio {real}
clippingPlane {Range}
Empty
Constructor copy
other {Camera.PerspectiveFieldOfViewProjectionMatrix}
⚠️ **GitHub.com Fallback** ⚠️