From: Frank Hasenbrink (hasenbrink++at++vertigo-systems.de)
Date: 02/15/2001 07:04:52
Hi, I'm still working on drawbins and got a new problem. Code that works
on irix performer 2.2 does not work on linux performer 2.4-1. Are there
any differences (manpage looks the same)?
I'm adding 2 geometries to the scene graph. The first I put into a
custom drawbin: 'pfGsetDrawBin (myGeoset, 111)', the second is left
untouched. For each channel I set the bin order and cull mode:
pfChanBinOrder (chan, 111, 111);
pfChanBinSort (chan, 111, PFSORT_NO_SORT, 0);
pfChanTravMode (chan, PFTRAV_CULL, PFCULL_ALL);
On Irix the first geometry is rendered after the second due to the
higher order of my drawbin. On linux it seems to ignore it.
Any suggestions?
Thanks in advance, Frank
---- Frank.Hasenbrink++at++vertigo-systems.de
This archive was generated by hypermail 2b29 : Thu Feb 15 2001 - 07:05:03 PST