mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-04 10:54:24 -04:00
Working cluster with bootstrap daemon
This commit is contained in:
parent
d3f1ad07a5
commit
5ae471b5eb
@ -27,10 +27,10 @@ ClientConfigs = {
|
|||||||
'two-server' : [{'display name' : 'display0',
|
'two-server' : [{'display name' : 'display0',
|
||||||
'display mode' : 'client',
|
'display mode' : 'client',
|
||||||
'pos' : Vec3(0),
|
'pos' : Vec3(0),
|
||||||
'hpr' : Vec3(-30,0,0)},
|
'hpr' : Vec3(30,0,0)},
|
||||||
{'display name' : 'display1',
|
{'display name' : 'display1',
|
||||||
'pos' : Vec3(0),
|
'pos' : Vec3(0),
|
||||||
'hpr' : Vec3(30,0,0)}
|
'hpr' : Vec3(-30,0,0)}
|
||||||
],
|
],
|
||||||
'mono-modelcave-pipe0': [{'display name' : 'display0',
|
'mono-modelcave-pipe0': [{'display name' : 'display0',
|
||||||
'pos' : Vec3(0),
|
'pos' : Vec3(0),
|
||||||
|
@ -29,7 +29,7 @@ SERVER_STARTUP_STRING = (
|
|||||||
'__builtin__.clusterSyncFlag = %d;' +
|
'__builtin__.clusterSyncFlag = %d;' +
|
||||||
'__builtin__.clusterDaemonClient = \'%s\';' +
|
'__builtin__.clusterDaemonClient = \'%s\';' +
|
||||||
'__builtin__.clusterDaemonPort = %d;'
|
'__builtin__.clusterDaemonPort = %d;'
|
||||||
'from ShowBaseGlobal import *"')
|
'from ShowBaseGlobal import *; run()"')
|
||||||
|
|
||||||
class ClusterMsgHandler:
|
class ClusterMsgHandler:
|
||||||
"""ClusterMsgHandler: wrapper for PC clusters/multi-piping networking"""
|
"""ClusterMsgHandler: wrapper for PC clusters/multi-piping networking"""
|
||||||
|
Loading…
x
Reference in New Issue
Block a user