Advertisement
Guest User

Armature

a guest
Jul 27th, 2017
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.41 KB | None | 0 0
  1. {
  2.   "joints": {
  3.     "shaft": { "0": [ 1.0 ], "1": [ 1.0 ] }
  4.   },
  5.   "clips": {
  6.     "default": {
  7.       "loop": false,
  8.       "joint_clips": {},
  9.       "events": {}
  10.     },
  11.     "moving": {
  12.       "loop": true,
  13.       "joint_clips": {
  14.         "shaft": [{
  15.             "variable": "angle",
  16.             "type": "uniform",
  17.             "interpolation": "nearest",
  18.             "samples": [ 360, 0, 0 ]
  19.         }]
  20.       },
  21.       "events": {}
  22.     }
  23.   }
  24. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement