Re: [osg-users] Question about implement a Timer thread

2009-10-19 Thread Jason Daly
Robert Osfield wrote: Hi Shinna, I'm a bit perplexed why you actually need a timer in the way you want. The OSG provides a FrameStamp on each new frame that provides the frame number and simulation time - this is sufficient for most animation work. It sounds like Shiina is looking for an

Re: [osg-users] Question about implement a Timer thread

2009-10-17 Thread Robert Osfield
Hi Shinna, I'm a bit perplexed why you actually need a timer in the way you want. The OSG provides a FrameStamp on each new frame that provides the frame number and simulation time - this is sufficient for most animation work. Robert. On Sun, Oct 11, 2009 at 6:39 PM, Shiina Ringo

[osg-users] Question about implement a Timer thread

2009-10-11 Thread Shiina Ringo
Hi, I just want to make a Timer , using the OpenThreads library , for my own animation control method. In other word , I want to make a Timer thread , which provide the precision time signal every second. But I have never work on the programming about mult-threads , especially here using the