Re: best place to do operations
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();
}
This archive was generated by hypermail 2.0b2
on Mon Aug 10 1998 - 17:50:05 PDT