Gets the position that the camera is looking at.
the look at position of the camera
Offsets the camera's angles around the look at position. The x (pitch) value is clamped to the range 22 (near ground) - 67 (top view) degrees. The y (yaw) value is in the range 0 - 360 degrees. The values (0, 90, 180, 270) represent facing (north, west, south, east) respectively.
Sets the position that the camera is looking at. Moves the camera as well, maintaining the original rotation around the look at.
the look at position of the camera
Sets the camera's angles around the look at position. The x (pitch) value is clamped to the range 22 (near ground) - 67 (top view) degrees. The y (yaw) value is in the range 0 - 360 degrees. The values (0, 90, 180, 270) represent facing (north, west, south, east) respectively.
Sets the position of the camera.
the position to set the camera
This interface allows controlling the Camera through the Lua plugin system.