WorldViz User Forum

WorldViz User Forum (https://forum.worldviz.com/index.php)
-   Vizard (https://forum.worldviz.com/forumdisplay.php?f=17)
-   -   No rendering on Cluster Master (https://forum.worldviz.com/showthread.php?t=4254)

victorqx 06-04-2012 12:29 AM

No rendering on Cluster Master
 
Hi all,

I looked all over the documentation, but couldn't find what I'm looking for. Perhaps I just wasn't looking in the right place.

Our cluster master is quite busy doing a lot of calculations for tracking etc, so I want to use 6 clients to do the rendering, and not have the cluster master render anything to screen. But, whatever I do, it always seems to render something to screen.

Is there a way for the cluster master to steer the clients to render the content, but not render anything itself?

Kind regards,

Victor

farshizzo 06-04-2012 08:42 AM

Try hiding the main window only on the master computer:
Code:

with viz.cluster.MaskedContext(viz.MASTER):
        viz.MainWindow.visible(False)



All times are GMT -7. The time now is 08:33 PM.

Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Copyright 2002-2023 WorldViz LLC