I knew about sort-last, I just didn't see that class. Much thanks. :-) Cheers, --Brian
--- Dirk Reiners <[EMAIL PROTECTED]> wrote: > > Hi Brian, > > On Wed, 2006-04-12 at 09:49 -0700, Brian Sowers > wrote: > > Much thanks. > > Regarding more cluster stuff: > > It says in the documentation that OpenSG could > easily > > be used to render one scene with 48 cluster nodes, > but > > I see no clear way to do that. Could someone > explain > > to me the finer details behind that? > > the idea is to use sort-last rendering, i.e. > splitting up the scene into > smaller pieces, only some of which are rendered by > each node. When > they're done with that, they send their partial > image (with depth buffer > if necessary) to the display node which displays the > final result. This > is a very cursory view, but if you google sort-last > you will find lots > of papers on the topic. In OpenSG that is handled by > the SortLastWindow, > which is a specialized ClusterWindow. > > Yours > > Dirk > > > > > > ------------------------------------------------------- > This SF.Net email is sponsored by xPML, a > groundbreaking scripting language > that extends applications into web and mobile media. > Attend the live webcast > and join the prime developer group breaking into > this new coding territory! > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642 > _______________________________________________ > Opensg-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/opensg-users > __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com ------------------------------------------------------- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend the live webcast and join the prime developer group breaking into this new coding territory! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642 _______________________________________________ Opensg-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/opensg-users
