Bladeren bron

Add documentation for new `friction` configuration parameter.

pull/688/head
Matthew Petroff 6 jaren geleden
bovenliggende
commit
42a7a3a08d
1 gewijzigde bestanden met toevoegingen van 7 en 0 verwijderingen
  1. +7
    -0
      doc/json-config-parameters.md

+ 7
- 0
doc/json-config-parameters.md Bestand weergeven

@@ -98,6 +98,13 @@ viewer is fullscreen.
If set to `false`, mouse and touch dragging is disabled. Defaults to `true`.


### `friction` (number)

Controls the "friction" that slows down the viewer motion after it is dragged
and released. Higher values mean the motion stops faster. Should be set
(0.0, 1.0]; defaults to 0.15.


### `disableKeyboardCtrl` (boolean)

If set to `true`, keyboard controls are disabled. Defaults to `false`.


Laden…
Annuleren
Opslaan