Panda3D
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Properties
Classes | Variables
direct.cluster.ClusterMsgs Namespace Reference

Classes

class  ClusterMsgHandler
 

Variables

int CLUSTER_CAM_FRUSTUM = 2
 
int CLUSTER_CAM_MOVEMENT = 3
 
int CLUSTER_CAM_OFFSET = 1
 
int CLUSTER_COMMAND_STRING = 6
 
int CLUSTER_DAEMON_PORT = 8001
 
int CLUSTER_EXIT = 100
 
int CLUSTER_NAMED_MOVEMENT_DONE = 10
 
int CLUSTER_NAMED_OBJECT_MOVEMENT = 9
 
int CLUSTER_NONE = 0
 
int CLUSTER_SELECTED_MOVEMENT = 7
 
int CLUSTER_SERVER_PORT = 1970
 
int CLUSTER_SWAP_NOW = 5
 
int CLUSTER_SWAP_READY = 4
 
int CLUSTER_TIME_DATA = 8
 
tuple SERVER_STARTUP_STRING
 

Detailed Description

ClusterMsgs module: Message types for Cluster rendering

Variable Documentation

int CLUSTER_CAM_FRUSTUM = 2
int CLUSTER_CAM_MOVEMENT = 3
int CLUSTER_CAM_OFFSET = 1
int CLUSTER_COMMAND_STRING = 6
int CLUSTER_DAEMON_PORT = 8001
int CLUSTER_EXIT = 100
int CLUSTER_NAMED_MOVEMENT_DONE = 10
int CLUSTER_NAMED_OBJECT_MOVEMENT = 9
int CLUSTER_NONE = 0
int CLUSTER_SELECTED_MOVEMENT = 7
int CLUSTER_SERVER_PORT = 1970
int CLUSTER_SWAP_NOW = 5
int CLUSTER_SWAP_READY = 4
int CLUSTER_TIME_DATA = 8
tuple SERVER_STARTUP_STRING
Initial value:
1 = (
2  '!bash ppython -c ' +
3  '"import __builtin__; ' + '__builtin__.clusterMode = \'server\';' + '__builtin__.clusterServerPort = %s;' + '__builtin__.clusterSyncFlag = %d;' + '__builtin__.clusterDaemonClient = \'%s\';' + '__builtin__.clusterDaemonPort = %d;' 'from direct.directbase.DirectStart import *; run()"')