From fc4f67c6ccf6aa692fbf914f06e67a011b6e6136 Mon Sep 17 00:00:00 2001 From: BuddyFriendGuy Date: Sun, 17 May 2015 15:16:38 +0000 Subject: [PATCH] Restructure --- Recording/{Demo_Camera.md => Demo_Camera.markdown} | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) rename Recording/{Demo_Camera.md => Demo_Camera.markdown} (88%) diff --git a/Recording/Demo_Camera.md b/Recording/Demo_Camera.markdown similarity index 88% rename from Recording/Demo_Camera.md rename to Recording/Demo_Camera.markdown index d2659b0..91fcdbe 100644 --- a/Recording/Demo_Camera.md +++ b/Recording/Demo_Camera.markdown @@ -20,10 +20,12 @@ Instantly you will be able to look anywhere and change the camera position using ### Camera angles -Like I said before you can control vertical and horizontal angles using the mouse. To rotate the view you need to use the commands `+roll_right` and `+roll_left`. Probably you will want to bind them to keyboard keys with something like: +Like I said before you can control vertical and horizontal angles using the mouse. To rotate the view you need to use the commands `+right` and `+left`. To move up and down, you can use `+moveup` and `+movedown`. Probably you will want to bind them to keyboard keys with something like: - bind e +roll_right - bind q +roll_left + bind UPARROW "+moveup" + bind DOWNARROW "+moveDOWN" + bind LEFTARROW "+left" + bind RIGHTARROW "+right" ### Camera position -- 2.39.2