物理演算の設定ファイルのサンプルです。 { "type":"physics", "physics_hair":[ { "setup": { "length":0, "regist":0, "mass":0 }, "src": [ { "id":"PARAM_ANGLE_X", "type":"x", "scale":1, "weight":1 }, { "id":"PARAM_ANGLE_Z", "type":"angle", "scale":1, "weight":1 } ], "targets": [ { "id":"PARAM_KAMIYURE_FRONT", "type":"angle", "scale":1, "weight":1 } ] }, { "setup": { "length":0, "regist":0, "mass":0 }, "src": [ { "id":"PARAM_ANGLE_X", "type":"x", "scale":1, "weight":1 }, { "id":"PARAM_ANGLE_Z", "type":"angle", "scale":1, "weight":1 } ], "targets": [ { "id":"PARAM_KAMIYURE_SIDE_L", "type":"angle", "scale":1, "weight":1 } ] } ] }
|
|