diff --git a/example/satellites/index.html b/example/satellites/index.html index a3a9114..bf5ba78 100755 --- a/example/satellites/index.html +++ b/example/satellites/index.html @@ -36,7 +36,7 @@ import * as satellite from 'https://esm.sh/satellite.js'; const EARTH_RADIUS_KM = 6371; // km - const TIME_STEP = 3 * 1000; // per frame + const TIME_STEP = 1.5 * 1000; // per frame const timeLogger = document.getElementById('time-log');