mirror of
https://github.com/overte-org/overte.git
synced 2025-04-11 13:42:38 +02:00
added comment for limit choice
This commit is contained in:
parent
925cfc9b23
commit
f26188d5b8
1 changed files with 2 additions and 0 deletions
|
@ -28,6 +28,8 @@ var FOCUS_MIN_ZOOM = 0.5;
|
|||
var ZOOM_SCALING = 0.02;
|
||||
|
||||
var MIN_ZOOM_DISTANCE = 0.01;
|
||||
|
||||
// The maximum usable zoom level is somewhere around 14km, further than that the edit handles will fade-out. (FIXME: MS17493)
|
||||
var MAX_ZOOM_DISTANCE = 14000;
|
||||
|
||||
var MODE_INACTIVE = 'inactive';
|
||||
|
|
Loading…
Reference in a new issue