Re: best place to do operations

New Message Reply Date view Thread view Subject view Author view

Jim Helman (jimh++at++surreal)
Mon, 08 Nov 93 14:16:43 -0800


   
And if you're using both pfSync() and pfFrame() usually the DCS updates
go before pfSync() as they are not sufficiently latency critical to
warrant pushing off the start of the cull, whereas updating eye point
often is:
   
  while (!done)
  {
      read inputs
      compute info for frame n
      adjust database for frame n
      pfSync();
      update latency critical eyepoint
      pfFrame();
  }

New Message Reply Date view Thread view Subject view Author view

This archive was generated by hypermail 2.0b2 on Mon Aug 10 1998 - 17:50:05 PDT

This message has been cleansed for anti-spam protection. Replace '++at++' in any mail addresses with the '@' symbol.