Hi Akos,

On Tue, 2004-09-21 at 16:20, Akos Balazs wrote:
> Hi Dirk,
> 
> On Tue, 21 Sep 2004, Dirk Reiners wrote:
> 
> > You can probably either directly use or at least use an example the
> > ProxyGroup. Essentially it's what you want: a replacement Node that is
> > managed on the Client, and the actual underlying graph is loaded on the
> > server from a file. Marcus has used it for sort-last rendering models
> > too large for the client from a network drive, but you can also use
> > local drives.
> 
> Thanks a lot for the tip. I took a quick look on the sources for
> ProxyGroup, but it doesn't seem very straightforward to use. Is there a
> chance of having some simple example/test code that uses this class?

They're not that complicated. You have to set the url to the filename,
and I strongly recommend setting the volume to the bounding volume of
the underlying objects, otherwise culling will get pretty weird. And
that should be it. You can also set a replacement geometry to be
rendered while the real objects are loading (which can also be done in a
separate thread BTW), but that's optional. There are other variables for
statistics and load balancing, but you probably won't need them.

Hope I got it right. Any additions Marcus?

        Dirk




-------------------------------------------------------
This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170
Project Admins to receive an Apple iPod Mini FREE for your judgement on
who ports your project to Linux PPC the best. Sponsored by IBM.
Deadline: Sept. 24. Go here: http://sf.net/ppc_contest.php
_______________________________________________
Opensg-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/opensg-users

Reply via email to