Browse Source

Fixed merge conflic

Mark Mine 22 years ago
parent
commit
13c78ac7f1
1 changed files with 63 additions and 0 deletions
  1. 63 0
      direct/src/cluster/ClusterConfig.py

+ 63 - 0
direct/src/cluster/ClusterConfig.py

@@ -33,6 +33,18 @@ ClientConfigs = {
                               'pos' : Vec3(0),
                               'hpr' : Vec3(-30,0,0)}
                              ],
+    'carttest'            : [{'display name' : 'master',
+                              'display mode' : 'client',
+                              'pos' : Vec3(0),
+                              'hpr' : Vec3(0),
+                              },
+                             {'display name' : 'left',
+                              'pos' : Vec3(-.105,0,0),
+                              'hpr' : Vec3(0,0,-90)},
+                             {'display name' : 'right',
+                              'pos' : Vec3(.105,0,0),
+                              'hpr' : Vec3(0,0,-90)}
+                             ],
     'parallax-two-server' : [{'display name' : 'master',
                               'display mode' : 'client',
                               'pos' : Vec3(0),
@@ -167,5 +179,56 @@ ClientConfigs = {
                           'film offset' : (0.000, 0.173),
                           },
                          ],
+    'parallaxtest'        : [{'display name' : 'master',
+                              'display mode' : 'client',
+                              'pos': Vec3(0),
+                              'hpr': Vec3(0),
+                              'focal length' : 0.815,
+                              'film size' : (1.000, 0.831),
+                              'film offset' : (0.000, 0.173),
+                              },
+                             {'display name' : 'la',
+                              'pos': Vec3(0),
+                              'hpr': Vec3(0),
+                              'focal length' : 0.809,
+                              'film size' : (1.000, 0.831),
+                              'film offset' : (0.000, 0.173),
+                              },
+                             {'display name' : 'lb',
+                              'pos': Vec3(0),
+                              'hpr': Vec3(0),
+                              'focal length' : 0.815,
+                              'film size' : (1.000, 0.831),
+                              'film offset' : (0.000, 0.173),
+                              },
+                             {'display name' : 'lc',
+                              'pos': Vec3(0),
+                              'hpr': Vec3(0),
+                              'focal length' : 0.820,
+                              'film size' : (1.000, 0.830),
+                              'film offset' : (-0.000, 0.173),
+                              },
+                             {'display name' : 'ra',
+                              'pos': Vec3(0),
+                              'hpr': Vec3(0),
+                              'focal length' : 0.820,
+                              'film size' : (1.000, 0.830),
+                              'film offset' : (0.000, 0.173),
+                              },
+                             {'display name' : 'rb',
+                              'pos': Vec3(0),
+                              'hpr': Vec3(0),
+                              'focal length' : 0.815,
+                              'film size' : (1.000, 0.831),
+                              'film offset' : (0.000, 0.173),
+                              },
+                             {'display name' : 'rc',
+                              'pos': Vec3(0),
+                              'hpr': Vec3(0),
+                              'focal length' : 0.809,
+                              'film size' : (1.000, 0.831),
+                              'film offset' : (-0.000, 0.173),
+                              },
+                             ],
     }