Skip to content

Commit

Permalink
Dots every 0.1 s, see #130
Browse files Browse the repository at this point in the history
  • Loading branch information
andrealin committed Aug 8, 2017
1 parent f92cd67 commit e3e6d34
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 @@ -62,7 +62,7 @@ define( function( require ) {

// data point collection along the trajectory
TIME_PER_DATA_POINT: 25, // milliseconds
TIME_PER_SHOWN_DOT: 50, // milliseconds
TIME_PER_SHOWN_DOT: 100, // milliseconds
DOT_RADIUS: 1.75, // in global view coordinates

// icons
Expand Down

0 comments on commit e3e6d34

Please sign in to comment.