phetsims / collision-lab

"Collision Lab" is an educational simulation in HTML5, by PhET Interactive Simulations.
GNU General Public License v3.0
6 stars 4 forks source link

Update timeStepDuration to 0.1 s #135

Closed arouinfar closed 4 years ago

arouinfar commented 4 years ago

For https://github.com/phetsims/QA/issues/524

When stepping through a collision, things can be a bit jerky looking. We use a time step of 0.1 s in a lot of sims, and I think it works nicely here too.

@brandonLi8 if you don't have any objections, can we change timeStepDuration to 0.1 s?

brandonLi8 commented 4 years ago

@arouinfar I'm assuming you meant 0.01s? I changed the default to 0.01 in the commit above (used to be 0.03). I'll assign back to you to make sure. Close if this is good.

arouinfar commented 4 years ago

Thanks for being a mindreader @brandonLi8! I did indeed mean 0.01 s. 🤦‍♀️

Looks great in dev.33!