What to Do While Waiting: Difference between revisions

From KitwarePublic
Jump to navigationJump to search
No edit summary
 
No edit summary
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}}

Revision as of 17:53, 2 February 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.



ParaView: [Welcome | Site Map]