diff --git a/direct/src/cluster/ClusterConfig.py b/direct/src/cluster/ClusterConfig.py index 33670c5e05..d4edeceb67 100644 --- a/direct/src/cluster/ClusterConfig.py +++ b/direct/src/cluster/ClusterConfig.py @@ -416,10 +416,30 @@ ClientConfigs = { }, {'display name' : 'left', 'pos' : Vec3(-.105,0,0), - 'hpr' : Vec3(0,0,-90)}, + 'hpr' : Vec3(0,0,0)}, {'display name' : 'right', 'pos' : Vec3(.105,0,0), - 'hpr' : Vec3(0,0,-90)} + 'hpr' : Vec3(0,0,0)} + ], + 'ursula' : [{'display name' : 'master', + 'display mode' : 'client', + 'pos' : Vec3(0), + 'hpr' : Vec3(0), + }, + {'display name' : 'l', + 'pos' : Vec3(-.105,0,0), + 'hpr' : Vec3(0,0,0), + 'focal length' : 9, + 'film size' : (13.33, 10), + 'film offset' : (0.105, -2), + }, + {'display name' : 'r', + 'pos' : Vec3(.105,0,0), + 'hpr' : Vec3(0,0,0), + 'focal length' : 9, + 'film size' : (13.33, 10), + 'film offset' : (-0.105, -2), + } ], 'composite' : [{'display name' : 'master', 'display mode' : 'client',