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

77 lines
1.1 KiB
JSON

{
"type":"Live2D Physics",
"physics_hair":[
{
"lebel":"BACK",
"setup":{
"length":0.24,
"regist":0.5,
"mass":0.18
},
"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_HAIR_BACK_L",
"ptype":"angle",
"scale":0.005,
"weight":1
},
{
"id":"PARAM_HAIR_BACK_R",
"ptype":"angle",
"scale":0.005,
"weight":1
}
]
},
{
"lebel":"SIDE",
"setup":{
"length":0.2,
"regist":0.5,
"mass":0.14
},
"src":[
{
"id":"PARAM_ANGLE_X",
"ptype":"x",
"scale":0.004,
"weight":1
},
{
"id":"PARAM_ANGLE_Z",
"ptype":"angle",
"scale":0.8,
"weight":1
}
],
"targets":[
{
"id":"PARAM_HAIR_SIDE_L",
"ptype":"angle",
"scale":0.01,
"weight":1
},
{
"id":"PARAM_HAIR_SIDE_R",
"ptype":"angle",
"scale":0.01,
"weight":1
}
]
}
]
}