mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 03:44:02 +02:00
spacing
This commit is contained in:
parent
ca3151ae39
commit
97e45643b0
1 changed files with 10 additions and 10 deletions
|
@ -80,17 +80,17 @@ CameraManager = function() {
|
|||
}
|
||||
|
||||
var keyToActionMapping = {
|
||||
65: "orbitLeft", // "a"
|
||||
68: "orbitRight", // "d"
|
||||
87: "orbitForward", // "w"
|
||||
83: "orbitBackward",// "s"
|
||||
69: "orbitUp", // "e"
|
||||
67: "orbitDown", // "c"
|
||||
65: "orbitLeft", // "a"
|
||||
68: "orbitRight", // "d"
|
||||
87: "orbitForward", // "w"
|
||||
83: "orbitBackward", // "s"
|
||||
69: "orbitUp", // "e"
|
||||
67: "orbitDown", // "c"
|
||||
|
||||
16777234: "orbitLeft", //"LEFT"
|
||||
16777236: "orbitRight", //"RIGHT"
|
||||
16777235: "orbitForward", //"UP"
|
||||
16777237: "orbitBackward",//"DOWN"
|
||||
16777234: "orbitLeft", // "LEFT"
|
||||
16777236: "orbitRight", // "RIGHT"
|
||||
16777235: "orbitForward", // "UP"
|
||||
16777237: "orbitBackward", // "DOWN"
|
||||
}
|
||||
|
||||
var CAPTURED_KEYS = [];
|
||||
|
|
Loading…
Reference in a new issue