[vtkusers] Interacting during vtkAnimationScene

David Doria daviddoria at gmail.com
Tue May 7 16:10:34 EDT 2013


All of the examples of vtkAnimationScene do something like this at the end
of main():

  scene->Play();
  scene->Stop();
  renderWindowInteractor->Start();

which means that the animation runs to completion (without handling
interaction), and then interaction begins. I would like to be able to
interact while the animation is running.

I found a couple of old threads about this, but I didn't see any
resolution. Does anyone know if this is possible?

Thanks,

David
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.vtk.org/pipermail/vtkusers/attachments/20130507/838144c8/attachment.htm>


More information about the vtkusers mailing list