Hi all
I am a game art,The use of SPINE to deal with some sequence frame! Like the following contents! :$
1、Use the three-dimensional software output a series of frames in file
2、Put these sequences into SPINE
3、The use of animation module key frame sequences generated animation SPINE species
And now
The collision region programmers need statistical sequence frame image, to calculate the collision between the characters in the game
My practice is:
1、 Create new boundingbox in ROOT, the edge of its size covering all the pictures...
{"bones":[{"name":"root"}],"slots":[{"name":"ck_dj","bone":"root","attachment":"ck_dj_004"},{"name":"ck_dj_boundingbox","bone":"root","attachment":"ck_dj_boundingbox"}],"skins":{"default":{"ck_dj":{"ck_dj_000":{"width":689,"height":450},"ck_dj_001":{"width":689,"height":450},"ck_dj_002":{"width":689,"height":450},"ck_dj_003":{"width":689,"height":450},"ck_dj_004":{"width":689,"height":450},"ck_dj_005":{"width":689,"height":450}},"ck_dj_boundingbox":{"ck_dj_boundingbox":{"type":"boundingbox","vertices":[-68.80754,18.143703,-81.13754,10.06773,-82.85954,-2.2022781,-78.119545,-14.136276,-76.43954,-25.932276,-89.963524,-32.022255,-101.20154,-45.56426,-110.98153,-55.632263,-113.96953,-68.36426,-104.48352,-79.74025,-102.56952,-93.444244,-113.73554,-118.54223,-119.48352,-130.80023,-109.78753,-145.31422,-28.33158,-144.71422,-22.031559,-137.98824,-28.379578,-126.35424,-16.403572,-98.76025,-15.455566,-72.444244,14.62241,-61.068253,12.4084015,-29.400255,-9.161545,-8.022287,-50.507545,22.703728]}}}},"animations":{"ck_dj":{"slots":{"ck_dj":{"attachment":[{"time":0,"name":"ck_dj_000"},{"time":0.1333,"name":"ck_dj_001"},{"time":0.2666,"name":"ck_dj_002"},{"time":0.4,"name":"ck_dj_003"},{"time":0.5333,"name":"ck_dj_004"},{"time":0.6666,"name":"ck_dj_005"}]}}}}}
2、Or every sequence frames to create a bounding box?
For this thing I very distressed because China no relevant aspects of SPINE document introduction.I hope you elder give me some guidance, thank you very much.
I want to know about bounding box with sequence frame!!!!!