What to Do While Waiting

From KitwarePublic
Revision as of 17:23, 7 November 2006 by Eschenbe (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

There is no one right way for all cases.

  • Wait then update when the data arrives. It would be nice to show a message about the timestep for which it is waiting, and the time (in seconds) that it has been waiting.
  • Run the animation loop over the most recent N timesteps. I've done this in a crude implementation and it works nice.