Hi Michael,

On Fri, 2005-07-22 at 16:34 +0200, michael ortega wrote:
> Hi,
> 
> I'm working on a homemade OpenSG cluster application (one client and two 
> graphical servers).
> I declared an object (geometry), and I want to display it in only one 
> server.
> How can I do ?? (switch??? , chunks???, ....)

Masks! :)

My general answer to these kinds of questions is to use separate
Viewports and give them different traversal masks to select the geometry
you want. It's a little more work to set up the Viewports yourself, but
it gives you much more flexibility.

What exactly do you want to achieve, what's your setup?

Hope it helps

        Dirk




-------------------------------------------------------
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
_______________________________________________
Opensg-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/opensg-users

Reply via email to