sample

物理演算の設定ファイルのサンプルです。

    1. {

    2. "type":"physics",

    3. "physics_hair":[

    4. {

    5. "setup":

    6. {

    7. "length":0,

    8. "regist":0,

    9. "mass":0

    10. },

    11. "src":

    12. [

    13. {

    14. "id":"PARAM_ANGLE_X",

    15. "type":"x",

    16. "scale":1,

    17. "weight":1

    18. },

    19. {

    20. "id":"PARAM_ANGLE_Z",

    21. "type":"angle",

    22. "scale":1,

    23. "weight":1

    24. }

    25. ],

    26. "targets":

    27. [

    28. {

    29. "id":"PARAM_KAMIYURE_FRONT",

    30. "type":"angle",

    31. "scale":1,

    32. "weight":1

    33. }

    34. ]

    35. },

    36. {

    37. "setup":

    38. {

    39. "length":0,

    40. "regist":0,

    41. "mass":0

    42. },

    43. "src":

    44. [

    45. {

    46. "id":"PARAM_ANGLE_X",

    47. "type":"x",

    48. "scale":1,

    49. "weight":1

    50. },

    51. {

    52. "id":"PARAM_ANGLE_Z",

    53. "type":"angle",

    54. "scale":1,

    55. "weight":1

    56. }

    57. ],

    58. "targets":

    59. [

    60. {

    61. "id":"PARAM_KAMIYURE_SIDE_L",

    62. "type":"angle",

    63. "scale":1,

    64. "weight":1

    65. }

    66. ]

    67. }

    68. ]

    69. }