Skip to content

Commit

Permalink
Upd satellites example velocity
Browse files Browse the repository at this point in the history
  • Loading branch information
vasturiano committed Jan 20, 2025
1 parent 68c51f3 commit 8613ea5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/satellites/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -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');

Expand Down

0 comments on commit 8613ea5

Please sign in to comment.