Camera - Mtax-Development/GML-OOP GitHub Wiki
Constructs a Camera Resource, used to project part of a three-dimensional scene.
Destruction |
Elements |
Camera.destroy() |
None |
Name |
Type |
Default |
Modifiable |
ID |
{int:camera} |
None |
No |
projectionMatrix |
{Camera.OrtographicProjectionMatrix|Camera.PerspectiveProjectionMatrix|Camera.PerspectiveFieldOfViewProjectionMatrix} |
undefined |
No |
viewMatrix |
{Camera.ViewMatrix} |
undefined |
No |
Name |
Arguments |
New constructor |
{void} |
Wrapper |
name {int:camera} |
Empty |
|
Constructor copy |
other {Camera} |