<div dir="ltr">Dear VTK community,¨<div><br></div><div>I am trying to create 2 different repeating timers (one every 105 ms and the other one every 202 ms for example) and associate them with a vtkinteractor. </div><div><br></div><div>I have no problem to do it for each one of them but I cannot add them simultaneously without having them sharing the same timerdelay...</div><div><br></div><div>I am currently using the following code: </div><div><div>minteractor->AddObserver(vtkCommand::TimerEvent,  GetTimer1Object());</div><div>m_Timer1Id = minteractor->CreateRepeatingTimer(GetTimer1StepValue());<br></div></div><div><br></div><div><div><div>minteractor->AddObserver(vtkCommand::TimerEvent,  GetTimer2Object());</div><div>m_Timer2Id = minteractor->CreateRepeatingTimer(GetTimer2StepValue());<br></div></div></div><div><br></div><div><br></div><div>Is there a way to associate the observers to their timer id? So that they do not share the same repeating timer?</div><div><br></div><div>Thanks in advance, </div><div>Rémi</div><div><br></div><div><br></div><div><br></div></div>