diff --git a/direct/src/cluster/ClusterConfig.py b/direct/src/cluster/ClusterConfig.py index d4edeceb67..4ea9557c02 100644 --- a/direct/src/cluster/ClusterConfig.py +++ b/direct/src/cluster/ClusterConfig.py @@ -429,16 +429,18 @@ ClientConfigs = { {'display name' : 'l', 'pos' : Vec3(-.105,0,0), 'hpr' : Vec3(0,0,0), - 'focal length' : 9, + 'focal length' : 15, 'film size' : (13.33, 10), - 'film offset' : (0.105, -2), + #'film offset' : (0.105, -2), + 'film offset' : (0.105, -1), }, {'display name' : 'r', 'pos' : Vec3(.105,0,0), 'hpr' : Vec3(0,0,0), - 'focal length' : 9, + 'focal length' : 15, 'film size' : (13.33, 10), - 'film offset' : (-0.105, -2), + #'film offset' : (-0.105, -2), + 'film offset' : (-0.105, -1), } ], 'composite' : [{'display name' : 'master',