*** empty log message ***
This commit is contained in:
parent
820c8297f5
commit
dc30a660b9
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Reference in New Issue