Don Burns (don_burns++at++peru.engr.sgi.com)
Wed, 20 Oct 1999 14:40:43 -0700 (PDT)
Mark,
Create a draw bin for every channel that will traverse the pfNode that you want
to be drawn last. (int bin = pfChannel->getFreeBin()). Tell the channel you
want 'bin' to be drawn last: pfChannle->setBinOrder( bin, bin ). Find all
pfGeosets under your pfNode and set their draw bin to 'bin'.
Note that you will need to take care that pfChannel->getFreeBin() returns the
same number for all channels since pfGeosets do not distinguish between
channels for their draw bins. How to do this is left as an exercise to the
reader.
-don
This archive was generated by hypermail 2.0b2 on Wed Oct 20 1999 - 14:40:49 PDT