phetsims / wave-on-a-string

"Wave on a String" is an educational simulation in HTML5, by PhET Interactive Simulations.
http://phet.colorado.edu/en/simulation/wave-on-a-string
GNU General Public License v3.0
7 stars 8 forks source link

Interpolation model causes non-physical effects #76

Open jonathanolson opened 10 years ago

jonathanolson commented 10 years ago

Set to oscillate, slow motion, no damping, lowest tension.

Some of the waves tend to have beads that "stick" at the maximum amplitude and don't move for short periods of time. This is due to the amplitude staying the same between frames.

We'll probably want a better way to interpolate that won't have this type of issue.

ariel-phet commented 8 years ago

Will revisit when we overhaul this sim

ariel-phet commented 8 years ago

Related to #64