Skip to content

Commit 98a8e0a

Browse files
Sunbrella114514F1zeiL
authored andcommitted
修复95约束问题,修复m107定位组方向 (#263)
* 95动画增加约束,修正m107定位组方向
1 parent 8ed6571 commit 98a8e0a

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

src/main/resources/assets/tacz/custom/tacz_default_gun/tacz/animations/qbz_95.animation.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@
1313
"rotation": [91.56042, 15.99437, -179.56993],
1414
"position": [-6.75, -13.075, 3.225],
1515
"scale": [1, 1.5, 1]
16+
},
17+
"constraint": {
18+
"rotation": [0.2, 0.2, 0.2],
19+
"position": [0.2, 0.2, 0.2]
1620
}
1721
}
1822
},

src/main/resources/assets/tacz/custom/tacz_default_gun/tacz/models/gun/m107_geo.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8930,7 +8930,7 @@
89308930
"name": "fixed",
89318931
"parent": "positioning",
89328932
"pivot": [-2, 9, 0],
8933-
"rotation": [0, -90, 0]
8933+
"rotation": [0, 90, 0]
89348934
},
89358935
{
89368936
"name": "thirdperson_hand",

0 commit comments

Comments
 (0)