mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 02:16:51 +02:00
new line
This commit is contained in:
parent
f946bb73ef
commit
cdbf75666f
1 changed files with 0 additions and 1 deletions
|
@ -39,7 +39,6 @@ var EASING_MULTIPLIER = 8;
|
||||||
var INITIAL_ZOOM_DISTANCE = 2;
|
var INITIAL_ZOOM_DISTANCE = 2;
|
||||||
var INITIAL_ZOOM_DISTANCE_FIRST_PERSON = 3;
|
var INITIAL_ZOOM_DISTANCE_FIRST_PERSON = 3;
|
||||||
|
|
||||||
|
|
||||||
var easeOutCubic = function(t) {
|
var easeOutCubic = function(t) {
|
||||||
t--;
|
t--;
|
||||||
return t * t * t + 1;
|
return t * t * t + 1;
|
||||||
|
|
Loading…
Reference in a new issue