Gesture Config and Blender Files

This commit is contained in:
DuOtto
2026-07-15 19:19:57 +02:00
parent a12182baa2
commit dcc4184740
9 changed files with 67 additions and 46 deletions
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
+21
View File
@@ -0,0 +1,21 @@
{
"bindings": [
{
"action": "CircleAction",
"left": "Point",
"right": "Pinch",
"extensions": [
{
"gesture": "Pinch",
"action": "ResizeCircle"
}
]
},
{
"action": "RulerAction",
"left": "Pinch",
"right": "Pinch",
"extensions": []
}
]
}
+46 -46
View File
@@ -7,14 +7,14 @@
"pxHeight": 1536, "pxHeight": 1536,
"camera_matrix": [ "camera_matrix": [
[ [
1637.301826012801, 1640.3594510772984,
0.0, 0.0,
1115.6922895709363 1025.9197021134983
], ],
[ [
0.0, 0.0,
1637.3016923198538, 1634.1114907190222,
660.417851928144 660.4671192928237
], ],
[ [
0.0, 0.0,
@@ -24,11 +24,11 @@
], ],
"distortion_coefficients": [ "distortion_coefficients": [
[ [
0.1880726328811075, 0.1390352847865676,
-0.3711284739403174, -0.14672722525069984,
-0.019390902558209716, -0.018481978990297247,
0.009835323140375036, -0.0068468780442729645,
0.42533165931899103 0.09723916405325393
] ]
], ],
"rotation_matrix_world_to_camera": [ "rotation_matrix_world_to_camera": [
@@ -61,15 +61,15 @@
], ],
"camera_projection_matrix": [ "camera_projection_matrix": [
[ [
1637.301826012801, 1640.3594510772984,
0.0, 0.0,
1115.6922895709363, 1025.9197021134983,
0.0 0.0
], ],
[ [
0.0, 0.0,
1637.3016923198538, 1634.1114907190222,
660.417851928144, 660.4671192928237,
0.0 0.0
], ],
[ [
@@ -86,14 +86,14 @@
"pxHeight": 1536, "pxHeight": 1536,
"camera_matrix": [ "camera_matrix": [
[ [
1629.3953951276987, 1588.2035667305502,
0.0, 0.0,
946.5260213900043 975.5310255948604
], ],
[ [
0.0, 0.0,
1608.3790414523598, 1576.6199234208532,
656.5060407239171 619.8723630719561
], ],
[ [
0.0, 0.0,
@@ -103,59 +103,59 @@
], ],
"distortion_coefficients": [ "distortion_coefficients": [
[ [
0.19251720938106318, 0.23281855015768027,
-0.21522629593789278, -0.6631698622887058,
-0.02730155124857322, -0.038926796654809186,
-0.03890715094594556, -0.022388721750500492,
0.21680710398239586 1.0687287917712711
] ]
], ],
"rotation_matrix_world_to_camera": [ "rotation_matrix_world_to_camera": [
[ [
0.08276206632981453, 0.16747280540345758,
-0.8544623995610863, -0.8775024887195995,
0.5128785900319194 0.449379841271507
], ],
[ [
0.720047607579738, 0.7875897327344392,
0.40706667659536877, 0.3932568086709328,
0.5619859105211598 0.47439592675870196
], ],
[ [
-0.6889716127646442, -0.5930052886286851,
0.3227858865283794, 0.27447853235701786,
0.6489432858598454 0.7569717715566064
] ]
], ],
"translation_vector_world_to_camera": [ "translation_vector_world_to_camera": [
[ [
-176.11272583763233 -210.49462142774533
], ],
[ [
-564.9970879948509 -561.534510060748
], ],
[ [
471.9913794371197 458.70335094887093
] ]
], ],
"camera_projection_matrix": [ "camera_projection_matrix": [
[ [
-517.2774297117204, -312.5141505269747,
-1086.7318582180455, -1125.8902582253886,
1449.923719330272, 1452.1561153771904,
159794.8580057718 113171.04186580922
], ],
[ [
705.7954552118755, 874.1420745343914,
866.628395475963, 790.1581760361622,
1329.9215473279708, 1217.167950531028,
-598864.2830424493 -600988.9661484413
], ],
[ [
-0.6889716127646442, -0.5930052886286851,
0.3227858865283794, 0.27447853235701786,
0.6489432858598454, 0.7569717715566064,
471.9913794371197 458.70335094887093
] ]
] ]
} }
Binary file not shown.