Camera.ViewMatrix - Mtax-Development/GML-OOP GitHub Wiki
Constructs a matrix supplying the Camera with information about source and target location of the view and its orientation.
Destruction |
Elements |
None |
Name |
Type |
Default |
Modifiable |
parent |
{Camera} |
other |
No |
ID |
{real[]} |
undefined |
No |
source |
{Vector3} |
None |
No |
target |
{Vector3} |
None |
No |
upVector |
{Vector3} |
Vector3(0, 1, 0) |
No |
Name |
Arguments |
New element |
|
Empty |
|
Constructor copy |
other {Camera.ViewMatrix} |