Structure describing the position and orientation of the camera.
More...
Structure describing the position and orientation of the camera.
See PerspectiveCamera
or OrthographicCamera
for an illustration.
◆ Look()
Constructs the Look with eye, forward, and up information.
- Parameters
-
eye | The location of the camera in 3D cartesian coordinates. |
forward | The forward direction of the camera. |
up | The direction corresponding to the upward direction of the view. |
◆ Eye
The location of the camera in 3D cartesian coordinates.
[get]
The location of the camera in 3D cartesian coordinates.
◆ Forward
The forward direction of the camera.
[get]
The forward direction of the camera.
◆ Up
The direction corresponding to the upward direction of the view.
[get]
The direction corresponding to the upward direction of the view.