live2dapi-noa
Version:
nova1751自建的live-2d api
82 lines • 1.19 kB
JSON
{
"type":"Live2D Physics",
"physics_hair":[
{
"label":"opai",
"setup":{
"length":0.2,
"regist":0.5,
"mass":0.24
},
"src":[
{
"id":"PARAM_ANGLE_Y",
"ptype":"x",
"scale":0.005,
"weight":0.2
},
{
"id":"PARAM_BODY_ANGLE_Y",
"ptype":"x",
"scale":0.015,
"weight":0.3
},
{
"id":"PARAM_ANGLE_Z",
"ptype":"angle",
"scale":-0.015,
"weight":1
}
],
"targets":[
{
"id":"PARAM_OPAISHAKE_Y",
"ptype":"angle",
"scale":0.025,
"weight":1
}
]
},
{
"setup":{
"length":0.24,
"regist":0.5,
"mass":0.1
},
"src":[
{
"id":"PARAM_BODY_ANGLE_X",
"ptype":"x",
"scale":0.02,
"weight":0.8
},
{
"id":"PARAM_ANGLE_X",
"ptype":"x",
"scale":0.02,
"weight":0.8
},
{
"id":"PARAM_BODY_ANGLE_Z",
"ptype":"x",
"scale":0.5,
"weight":0.5
},
{
"id":"PARAM_ANGLE_Z",
"ptype":"x",
"scale":0.5,
"weight":0.6
}
],
"targets":[
{
"id":"PARAM_OPAISHAKE_X",
"ptype":"angle",
"scale":0.03,
"weight":0.8
}
]
}
]
}