Przeglądaj źródła

change the track interpolationType

tags/2.2.5
Caven Chen 4 lat temu
rodzic
commit
af0054762d
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1
    1
      modules/history-track/Track.js

+ 1
- 1
modules/history-track/Track.js Wyświetl plik

@@ -15,7 +15,7 @@ import TrackViewMode from './TrackViewMode'
const DEF_OPTS = {
clampToGround: false,
clampToTileset: false,
interpolationType: 'Hermite',
interpolationType: 'Linear',
interpolationDegree: 2
}


Ładowanie…
Anuluj
Zapisz