Rieche, Marcus wrote:
> Hello!
>  
> I want to render a scene on Cluster but at least visualize it on one 
> monitor from one PC.
> So the default Server from the tutorials works for this? But what is 
> on the client side?
> How do I connect a Cluster Window to a GDI Window.
> Or how would you do it?
>
You can use a SortLastWindow on the client side. To give this cluster 
window the possibility
to render to a GL-Context, you have to create a local Window e.g. a 
GLUTWindow and assign
it to the clusterWindow.
 
sortLastWindow->setClientWindow(clientWindow);

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

Reply via email to