WorldViz User Forum

WorldViz User Forum (https://forum.worldviz.com/index.php)
-   Vizard (https://forum.worldviz.com/forumdisplay.php?f=17)
-   -   Clustering in Vizard 3 beta 1 (https://forum.worldviz.com/showthread.php?t=653)

Gladsomebeast 07-14-2006 01:53 PM

Clustering in Vizard 3 beta 1
 
To make the Vizard 3 beta 1 cluster client use the Vizard 3 executables, you must set the VIZARD25_PATH environment variable to point to the Vizard 3 installation directory.

Also, the viz.clusteroffset() commands have been removed. Please replace with the following code:

Code:

#old stuff
#viz.clusteroffset(-50, 0, 0)

#new stuff
# Modify left client for 50 counter-clockwise rotation
viz.pushmask(viz.CLIENT1)
trans = vizmat.Transform()
trans.setEuler( -50, 0, 0 )
viz.MainWindow.setViewOffset( trans )
viz.popmask()



All times are GMT -7. The time now is 07:47 AM.

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