live2dapi-noa
Version:
nova1751自建的live-2d api
227 lines • 3.31 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":0.5
},
{
"id":"PARAM_ANGLE_Z",
"ptype":"angle",
"scale":0.8,
"weight":0.5
},
{
"id":"PARAM_X",
"ptype":"x",
"scale":0.01,
"weight":0.5
},
{
"id":"PARAM_Y",
"ptype":"y",
"scale":0.01,
"weight":0.8
}
],
"targets":[
{
"id":"PARAM_HAIR_FRONT",
"ptype":"angle",
"scale":0.022,
"weight":1
}
]
},
{
"label":"hair_side",
"setup":{
"length":0.5,
"regist":0.68,
"mass":0.25
},
"src":[
{
"id":"PARAM_ANGLE_X",
"ptype":"x",
"scale":0.005,
"weight":0.5
},
{
"id":"PARAM_ANGLE_Z",
"ptype":"angle",
"scale":0.8,
"weight":0.5
},
{
"id":"PARAM_X",
"ptype":"x",
"scale":0.01,
"weight":0.5
},
{
"id":"PARAM_Y",
"ptype":"y",
"scale":0.05,
"weight":0.8
}
],
"targets":[
{
"id":"PARAM_HAIR_SIDE",
"ptype":"angle",
"scale":0.022,
"weight":0.78
}
]
},
{
"label":"hair_back",
"setup":{
"length":0.6,
"regist":0.65,
"mass":0.3
},
"src":[
{
"id":"PARAM_ANGLE_X",
"ptype":"x",
"scale":0.005,
"weight":0.5
},
{
"id":"PARAM_ANGLE_Z",
"ptype":"angle",
"scale":0.8,
"weight":0.5
},
{
"id":"PARAM_X",
"ptype":"x",
"scale":0.02,
"weight":0.5
},
{
"id":"PARAM_Y",
"ptype":"y",
"scale":0.08,
"weight":0.8
}
],
"targets":[
{
"id":"PARAM_HAIR_BACK",
"ptype":"angle",
"scale":0.022,
"weight":0.8
}
]
},
{
"label":"YAOJING",
"setup":{
"length":0.15,
"regist":0.5,
"mass":0.1
},
"src":[
{
"id":"PARAM_ANGLE_X",
"ptype":"x",
"scale":0.005,
"weight":0.5
},
{
"id":"PARAM_ANGLE_Z",
"ptype":"angle",
"scale":0.8,
"weight":0.5
},
{
"id":"PARAM_X",
"ptype":"x",
"scale":0.01,
"weight":0.5
},
{
"id":"PARAM_Y",
"ptype":"y",
"scale":0.01,
"weight":0.8
}
],
"targets":[
{
"id":"PARAM_YJ_FADAI",
"ptype":"angle",
"scale":0.05,
"weight":1
},
{
"id":"PARAM_YJ_HAIR_FRONT",
"ptype":"angle",
"scale":0.022,
"weight":0.8
},
{
"id":"PARAM_YJ_HAIR_BACK",
"ptype":"angle",
"scale":0.03,
"weight":1
}
]
},
{
"label":"QUNZI",
"setup":{
"length":0.3,
"regist":0.65,
"mass":0.4
},
"src":[
{
"id":"PARAM_X",
"ptype":"x",
"scale":0.02,
"weight":1
},
{
"id":"PARAM_Y",
"ptype":"y",
"scale":0.02,
"weight":1
}
],
"targets":[
{
"id":"PARAM_QUN_X",
"ptype":"angle",
"scale":0.02,
"weight":1
},
{
"id":"PARAM_QUN_Y",
"ptype":"angle_v",
"scale":0.01,
"weight":0.25
},
{
"id":"PARAM_BUJIAN",
"ptype":"angle",
"scale":0.02,
"weight":1
}
]
}
]
}