Dirk Reiners wrote: > setActive() was one of those things that I was considering to retire in 2... > Yup. Something ought to be done, as it has confused me for a while. What we use it for is:
1. temporary disabling during traversal (intersect/fbo_viewport/etc uses this) 2. user controlled activation (maybe not needed since a switchgroup can do the same thing) 3. selective rendering (where the mask comes in) How about reserving a few bits of the travmask for 1 & 2 and provide two separate setActive() functions for each? That would make it backwards compatible as well as clarifying things a bit more. Cheers /Marcus ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys - and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ Opensg-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/opensg-users
