Browse Source

*** empty log message ***

Mark Mine 21 years ago
parent
commit
dc30a660b9
1 changed files with 6 additions and 4 deletions
  1. 6 4
      direct/src/cluster/ClusterConfig.py

+ 6 - 4
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',