Browse Source

Check in latest ursula settings

Mark Mine 21 years ago
parent
commit
acfb0bb710
1 changed files with 22 additions and 2 deletions
  1. 22 2
      direct/src/cluster/ClusterConfig.py

+ 22 - 2
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',