<HTML>
<HEAD>
<TITLE>Update temporal pipeline in Java</TITLE>
</HEAD>
<BODY>
<FONT FACE="Calibri, Verdana, Helvetica, Arial"><SPAN STYLE='font-size:11pt'>Hi All,<BR>
I have a temporal pipeline setup and I’m able to sequentially display the timesteps. Works great.<BR>
Next I’d like to do the following:<BR>
</SPAN></FONT><OL><LI><FONT FACE="Calibri, Verdana, Helvetica, Arial"><SPAN STYLE='font-size:11pt'>Allow user interaction via interactor while the pipeline is updating
</SPAN></FONT><LI><FONT FACE="Calibri, Verdana, Helvetica, Arial"><SPAN STYLE='font-size:11pt'>Allow user to interrupt (or pause) at a specific time step<BR>
</SPAN></FONT></OL><FONT FACE="Calibri, Verdana, Helvetica, Arial"><SPAN STYLE='font-size:11pt'>I have the framework setup so that I can update the temporal pipeline separately from the graphics BUT to update the graphics, I need to trigger a render.<BR>
>From what I’ve “googled”, Render updates have to happen in a single thread so I’m not sure how to do what I want. Is it possible?<BR>
Gerrick</SPAN></FONT>
</BODY>
</HTML>