live2dapi-noa
Version:
nova1751自建的live-2d api
323 lines • 4.56 kB
JSON
{
"type":"Live2D Physics",
"physics_hair":[
{
"label":"hair_front",
"setup":{
"length":0.15,
"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_front_phy",
"ptype":"angle",
"scale":0.01,
"weight":1
}
]
},
{
"label":"hair_side",
"setup":{
"length":0.4,
"regist":0.6,
"mass":0.2
},
"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_side_phy",
"ptype":"angle",
"scale":0.025,
"weight":1
}
]
},
{
"label":"hair_back",
"setup":{
"length":0.4,
"regist":0.8,
"mass":0.5
},
"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_back_phy",
"ptype":"angle",
"scale":0.025,
"weight":1
}
]
},
{
"label":"hat_A",
"setup":{
"length":0.3,
"regist":0.5,
"mass":0.2
},
"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_hat_phy",
"ptype":"angle",
"scale":0.025,
"weight":1
}
]
},
{
"label":"hat_B",
"setup":{
"length":0.1,
"regist":0.4,
"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_hat_phy2",
"ptype":"angle",
"scale":0.025,
"weight":1
}
]
},
{
"label":"hat_C",
"setup":{
"length":0.35,
"regist":0.4,
"mass":0.15
},
"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_hat_phy3",
"ptype":"angle",
"scale":0.025,
"weight":1
}
]
},
{
"label":"body_ro",
"setup":{
"length":0.15,
"regist":0.6,
"mass":0.2
},
"src":[
{
"id":"PARAM_BODY_ANGLE_X",
"ptype":"x",
"scale":0.015,
"weight":1
}
],
"targets":[
{
"id":"PARAM_ro_phy",
"ptype":"angle",
"scale":0.015,
"weight":1
}
]
},
{
"label":"body_b",
"setup":{
"length":0.3,
"regist":0.8,
"mass":0.6
},
"src":[
{
"id":"PARAM_BODY_ANGLE_X",
"ptype":"x",
"scale":0.015,
"weight":1
}
],
"targets":[
{
"id":"PARAM_b_phy_x",
"ptype":"angle",
"scale":0.025,
"weight":1
},
{
"id":"PARAM_b_phy_y",
"ptype":"angle",
"scale":0.01,
"weight":1
}
]
},
{
"label":"body_cross",
"setup":{
"length":0.3,
"regist":0.1,
"mass":0.2
},
"src":[
{
"id":"PARAM_BODY_ANGLE_X",
"ptype":"x",
"scale":0.015,
"weight":1
}
],
"targets":[
{
"id":"PARAM_cross_phy",
"ptype":"angle",
"scale":0.015,
"weight":1
}
]
},
{
"label":"body_ro2",
"setup":{
"length":0.2,
"regist":0.5,
"mass":0.3
},
"src":[
{
"id":"PARAM_BODY_ANGLE_X",
"ptype":"x",
"scale":0.015,
"weight":1
}
],
"targets":[
{
"id":"PARAM_ro_phy2",
"ptype":"angle",
"scale":0.015,
"weight":1
},
{
"id":"PARAM_hand_phy",
"ptype":"angle",
"scale":0.02,
"weight":1
}
]
},
{
"label":"line",
"setup":{
"length":0.2,
"regist":0.15,
"mass":0.2
},
"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_glass_phy",
"ptype":"angle",
"scale":0.015,
"weight":1
}
]
}
]
}