Camera
-
class
Sc.
Camera
()
Methods
Methods
fullMatrix
-
Camera.
fullMatrix
(width, height) Arguments: - width (
number()
) – None - height (
number()
) – None
Return type: Matrix16
- width (
projectionMatrix
-
Camera.
projectionMatrix
(width, height) Arguments: - width (
number()
) – None - height (
number()
) – None
Return type: Matrix16
- width (
reset
-
Camera.
reset
(projection, position, target, up, width, height) Arguments: - projection (
Projection()
) – None - position (
Vector3()
) – None - target (
Vector3()
) – None - up (
Vector3()
) – None - width (
number()
) – None - height (
number()
) – None
Return type: void
- projection (