Merge pull request #5485 from ctrlaltdavid/reduce-hmd-velocity

Reduce the speed of movement when in HMD view
This commit is contained in:
Brad Davis 2015-08-03 14:16:56 -07:00
commit f0ba0a4f47

View file

@ -9,7 +9,7 @@
// See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html // See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html
// //
var MOVE_DISTANCE = 10.0; var MOVE_DISTANCE = 2.0;
var PITCH_INCREMENT = 0.5; // degrees var PITCH_INCREMENT = 0.5; // degrees
var pitchChange = 0; // degrees var pitchChange = 0; // degrees
var YAW_INCREMENT = 0.5; // degrees var YAW_INCREMENT = 0.5; // degrees