CameraYawPitch
Description
- Derived from
-
CameraCenter abstract
ISceneEntityViewFocusable - Extended by
-
CameraOrbit sealed
Abstract base class for scene entity views that place the camera in the coordinate system of an arbitrary local-space and allow the user to control its yaw and pitch angles.
Public / Attributes
Pitch
The pitch angle of the camera.
When setting the value and the range in one go, make sure to set the range first. Otherwise, the new value might get clamped to the old range. Defaults to 0
.
- See also
Yaw
The yaw angle of the camera.
When setting the value and the range in one go, make sure to set the range first. Otherwise, the new value might get clamped to the old range. Defaults to 0
.
- See also