From 4bad955579fc48179c339a9a88b6a24991fcf07b Mon Sep 17 00:00:00 2001 From: Matthew Blackman Date: Mon, 12 Dec 2022 13:17:51 -0500 Subject: [PATCH] Set TIME_PER_DATA_POINT to 8 milliseconds - see https://github.com/phetsims/projectile-motion/issues/124 --- js/common/ProjectileMotionConstants.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/common/ProjectileMotionConstants.js b/js/common/ProjectileMotionConstants.js index aba462f1..0e154fa2 100644 --- a/js/common/ProjectileMotionConstants.js +++ b/js/common/ProjectileMotionConstants.js @@ -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