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

Description

Constructs a matrix supplying the Camera with information about source and target location of the view and its orientation.

Specification

Destruction
Elements
Camera.ViewMatrix.destroy()
None

Properties

Name
Type
Default
Modifiable
parent
other
No
ID
{real[]}
undefined
No
source
None
No
target
None
No
upVector
Vector3(0, 1, 0)
No

Construction types

Name
Arguments
New element
source {Vector3}
target {Vector3}
upVector {Vector3}
Empty
Constructor copy
other {Camera.ViewMatrix}
⚠️ **GitHub.com Fallback** ⚠️