Re: Display lists

New Message Reply Date view Thread view Subject view Author view

John Rohlf (jrohlf++at++tubes)
Tue, 8 Mar 94 9:48:10 PST


>
> I have a quick question (hopefully); would there be any problem using
> display lists in the draw process of Performer? I'm planning to use genobj()
> makeobj() closeobj() and callobj(). Is genobj() necessary (IE is Performer
> using the GL maintained display lists?)

        There only restriction is that you must make all obj calls in
the draw process - don't try to create an object in the APP etc. The only
GL display lists that Performer deals with are those created for
pfGeoSets when you specify the COMPILE_GL mode to pfGSetDrawMode.
For this reason genobj() is recommended so you don't collide with
these objects.


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:11 PDT

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