chatgpt-plugin/server/static/live2dw/live2d-widget-model-shizuku/assets/shizuku.physics.json
HalcyonAlcedo e758b37d4a
添加SLACK CLAUDE配置 (#359)
* 修复后台API反代地址未能正确显示的问题

* 更新渲染页面配置

* 添加个人聊天模式配置

* 将用户数据获取改到common中

* 修复错误的渲染页面参数

* 修复bug

* 添加Live2D

* 修复渲染页面错误

* 修复渲染传入值

* 更新渲染

* 修复图表渲染bug

* 调整live2d模型大小

* 修复live2d无法关闭问题

* 修复错误的传值

* 修复ai命名

* 更新渲染

* 添加用户独立设定
2023-04-18 12:41:20 +08:00

155 lines
No EOL
4.1 KiB
JSON

{
"type": "Live2D Physics",
"physics_hair": [
{
"comment": "hair front",
"setup": {
"length": 0.17,
"regist": 0.5,
"mass": 0.1
},
"src": [
{
"id": "PARAM_ANGLE_X",
"ptype": "x",
"scale": 0.005,
"weight": 1
},
{
"id": "PARAM_ANGLE_Z",
"ptype": "angle",
"scale": 0.8,
"weight": 1
}
],
"targets": [
{
"id": "PARAM_KAMIYURE_FRONT",
"ptype": "angle",
"scale": 0.025,
"weight": 1
}
]
},
{
"comment": "hair side",
"setup": {
"length": 0.2,
"regist": 0.5,
"mass": 0.1
},
"src": [
{
"id": "PARAM_ANGLE_X",
"ptype": "x",
"scale": 0.005,
"weight": 1
}
],
"targets": [
{
"id": "PARAM_KAMIYURE_SIDE_R",
"ptype": "angle",
"scale": 0.025,
"weight": 1
},
{
"id": "PARAM_KAMIYURE_SIDE_L",
"ptype": "angle",
"scale": 0.025,
"weight": 1
}
]
},
{
"comment": "hair side 2",
"setup": {
"length": 0.2,
"regist": 0.5,
"mass": 0.1
},
"src": [
{
"id": "PARAM_ANGLE_Z",
"ptype": "angle",
"scale": 0.8,
"weight": 1
}
],
"targets": [
{
"id": "PARAM_KAMIYURE_SIDE_R_02",
"ptype": "angle",
"scale": 0.025,
"weight": 1
},
{
"id": "PARAM_KAMIYURE_SIDE_L_02",
"ptype": "angle",
"scale": 0.025,
"weight": 1
}
]
},
{
"comment": "hair back",
"setup": {
"length": 0.2,
"regist": 1.4,
"mass": 0.3
},
"src": [
{
"id": "PARAM_ANGLE_X",
"ptype": "x",
"scale": -0.005,
"weight": 1
}
],
"targets": [
{
"id": "PARAM_KAMIYURE_TWIN_R",
"ptype": "angle",
"scale": 0.025,
"weight": 1
},
{
"id": "PARAM_KAMIYURE_TWIN_L",
"ptype": "angle",
"scale": 0.025,
"weight": 1
}
]
},
{
"comment": "hair back 2",
"setup": {
"length": 0.2,
"regist": 1.4,
"mass": 0.3
},
"src": [
{
"id": "PARAM_ANGLE_Z",
"ptype": "angle",
"scale": 0.8,
"weight": 1
}
],
"targets": [
{
"id": "PARAM_KAMIYURE_TWIN_R_02",
"ptype": "angle",
"scale": 0.025,
"weight": 1
},
{
"id": "PARAM_KAMIYURE_TWIN_L_02",
"ptype": "angle",
"scale": 0.025,
"weight": 1
}
]
}
]
}