Panda3D
|
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 |
ClusterMsgs module: Message types for Cluster rendering
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 |
00001 ( 00002 '!bash ppython -c ' + 00003 '"import __builtin__; ' + '__builtin__.clusterMode = \'server\';' + '__builtin__.clusterServerPort = %s;' + '__builtin__.clusterSyncFlag = %d;' + '__builtin__.clusterDaemonClient = \'%s\';' + '__builtin__.clusterDaemonPort = %d;' 'from direct.directbase.DirectStart import *; run()"')