CameraKeybindings

Keys to connect to camera actions.

Members

Variables

moveBackward
KeyboardKey moveBackward;

Move the camera backward.

moveDown
KeyboardKey moveDown;

Move the camera downwards.

moveForward
KeyboardKey moveForward;

Move the camera forward.

moveLeft
KeyboardKey moveLeft;

Move the camera to the left.

moveRight
KeyboardKey moveRight;

Move the camera to the right.

moveUp
KeyboardKey moveUp;

Move the camera upwards.

movementSpeed
float movementSpeed;

Movement speed, cells per second.

rotateDown
KeyboardKey rotateDown;

Pitch the camera down.

rotateLeft
KeyboardKey rotateLeft;

Rotate the camera around the Y axis counter-clockwise.

rotateRight
KeyboardKey rotateRight;

Rotate the camera around the Y axis clockwise.

rotateSpeed
float rotateSpeed;

Rotation speed, radians per second.

rotateUp
KeyboardKey rotateUp;

Pitch the camera up.

zoomIn
KeyboardKey zoomIn;

Zoom the camera in.

zoomInLimit
float zoomInLimit;

Maximum zoom in.

zoomOut
KeyboardKey zoomOut;

Zoom the camera out

zoomOutLimit
float zoomOutLimit;

Maximum zoom out. This should be greater than zoomInLimit.

zoomSpeed
float zoomSpeed;

Zoom speed, cell per second.

Meta