live2d_api/model/HyperdimensionNeptunia/blanc_normal/physics.json
2018-03-03 01:39:22 +08:00

149 lines
2.0 KiB
JSON

{
"type":"Live2D Physics",
"physics_hair":[
{
"label":"hair_front",
"setup":{
"length":0.17,
"regist":0.5,
"mass":0.1
},
"src":[
{
"id":"PARAM_BODY_ANGLE_X",
"ptype":"x",
"scale":0.005,
"weight":1
},
{
"id":"PARAM_BODY_ANGLE_Z",
"ptype":"x",
"scale":0.8,
"weight":1
}
],
"targets":[
{
"id":"PARAM_HAIR_FRONT",
"ptype":"angle",
"scale":0.025,
"weight":1
}
]
},
{
"label":"hair_back",
"setup":{
"length":0.34,
"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_HAIR_BACK",
"ptype":"angle",
"scale":0.025,
"weight":1
}
]
},
{
"label":"hair_side",
"setup":{
"length":0.17,
"regist":0.7,
"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_HAIR_SIDE",
"ptype":"angle",
"scale":0.025,
"weight":1
}
]
},
{
"label":"body_string",
"setup":{
"length":0.2,
"regist":0.7,
"mass":0.1
},
"src":[
{
"id":"PARAM_ANGLE_X",
"ptype":"x",
"scale":0.005,
"weight":1
},
{
"id":"PARAM_ANGLE_Z",
"ptype":"x",
"scale":0.8,
"weight":1
}
],
"targets":[
{
"id":"PARAM_STRING",
"ptype":"angle",
"scale":0.025,
"weight":1
}
]
},
{
"label":"arm_far",
"setup":{
"length":0.2,
"regist":0.5,
"mass":0.05
},
"src":[
{
"id":"PARAM_ANGLE_X",
"ptype":"x",
"scale":0.01,
"weight":1
}
],
"targets":[
{
"id":"PARAM_FAR",
"ptype":"angle",
"scale":0.025,
"weight":1
}
]
}
]
}