Skip to content

Commit

Permalink
Set TIME_PER_DATA_POINT to 8 milliseconds - see #124
Browse files Browse the repository at this point in the history
  • Loading branch information
UniverseAndMore committed Dec 12, 2022
1 parent 686614d commit 4bad955
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/common/ProjectileMotionConstants.js
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ const ProjectileMotionConstants = {

// data point collection along the trajectory
SLOW_MOTION_FACTOR: 0.33, // time slowdown factor
TIME_PER_DATA_POINT: 3, // milliseconds
TIME_PER_DATA_POINT: 8, // milliseconds
TIME_PER_MINOR_DOT: 100, // milliseconds
TIME_PER_MAJOR_DOT: 1000, // milliseconds
SMALL_DOT_RADIUS: SMALL_DOT_RADIUS, // in global view coordinates
Expand Down

0 comments on commit 4bad955

Please sign in to comment.