live2d_models_collection/chitose/chitose.physics.json
2017-12-24 22:26:35 +08:00

89 lines
1.3 KiB
JSON

{
"type":"Live2D Physics",
"physics_hair":[
{
"label":"FRONT",
"setup":{
"length":0.15,
"regist":1,
"mass":0.25
},
"src":[
{
"id":"PARAM_BODY_ANGLE_X",
"ptype":"x",
"scale":0.015,
"weight":0.5
},
{
"id":"PARAM_BODY_ANGLE_Z",
"ptype":"angle",
"scale":2.4,
"weight":0.5
},
{
"id":"PARAM_ANGLE_X",
"ptype":"x",
"scale":0.005,
"weight":2
},
{
"id":"PARAM_ANGLE_Z",
"ptype":"angle",
"scale":0.8,
"weight":2
}
],
"targets":[
{
"id":"PARAM_HAIR_FRONT",
"ptype":"angle",
"scale":0.025,
"weight":1
}
]
},
{
"label":"BACK",
"setup":{
"length":0.2,
"regist":1,
"mass":0.5
},
"src":[
{
"id":"PARAM_BODY_ANGLE_X",
"ptype":"x",
"scale":0.015,
"weight":0.5
},
{
"id":"PARAM_BODY_ANGLE_Z",
"ptype":"angle",
"scale":2.4,
"weight":0.5
},
{
"id":"PARAM_ANGLE_X",
"ptype":"x",
"scale":0.005,
"weight":2
},
{
"id":"PARAM_ANGLE_Z",
"ptype":"angle",
"scale":0.8,
"weight":2
}
],
"targets":[
{
"id":"PARAM_HAIR_BACK",
"ptype":"angle",
"scale":0.025,
"weight":1
}
]
}
]
}