Scott Herod (herod++at++evt.com)
Fri, 22 Jan 1999 11:44:00 -0700
pfInit();
pfMultiprocess( PFMP_DEFAULT );
pfConfig();
pfPipe *p = pfGetPipe(0);
p->setScreen(0);
.....
while (1) {
// Do our thing
...
pfSync();
pfFrame();
}
I have tried actually opening a pfPipeWindow, but I
found that the size of the blank window effects how fast I
pass through the while loop. Performer does report that I
am running at 59Hz.
Thank you,
Scott Herod
scott++at++evt.com
This archive was generated by hypermail 2.0b2 on Fri Jan 22 1999 - 10:44:28 PST