What to Do While Waiting: Difference between revisions
From KitwarePublic
Jump to navigationJump to search
No edit summary |
|||
(4 intermediate revisions by 3 users not shown) | |||
Line 4: | Line 4: | ||
<li>Run the animation loop over the most recent N timesteps. I've done this in a crude implementation and it works nice. | <li>Run the animation loop over the most recent N timesteps. I've done this in a crude implementation and it works nice. | ||
</ul> | </ul> | ||
{{ParaView/Template/Footer}} |
Latest revision as of 14:58, 12 June 2007
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.