WorldViz User Forum  

Go Back   WorldViz User Forum > Vizard

 
 
Thread Tools Rate Thread Display Modes
Prev Previous Post   Next Post Next
  #6  
Old 10-30-2009, 11:41 AM
farshizzo farshizzo is offline
WorldViz Team Member
 
Join Date: Mar 2003
Posts: 2,849
Currently, you can have a maximum of 32 computers in a cluster.

Having more computers means more network traffic, so there might be a small performance hit in that regard.

Having the clients perform all the rendering is perfectly fine. Simply add the following code to your script to prevent the master from rendering:
Code:
viz.cluster.pushMask(viz.MASTER)
viz.MainWindow.visible(0)
viz.cluster.popMask()
Reply With Quote
 


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Lighting on a 3 channel cluster ajmurray Vizard 3 10-10-2007 09:57 AM
Cluster Help videcuk Vizard 12 09-21-2007 02:14 PM
Material Tiling Vinicius Lima Vizard 1 08-08-2007 11:17 AM
Cluster problems for RC1 hotspur1 Vizard 1 04-04-2007 12:31 PM
quad_buffer cluster John P Vizard 4 06-07-2006 10:01 PM


All times are GMT -7. The time now is 08:36 AM.


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