Hi, I'm C/C++ Programmer and using Spine 2.1.27 now.
excuse of my english skill,
If you cannot understand, reply to me. I'll try to make it better sentence.
anyway, I make my own binary format loader, and it has a problem with animation.
When I checked the data of skeleton between the one of json and the other of binary, they has small gap.
for example, a x position of bone
json / 208.929993
binary / 208.939606
a duration of animation
json / 1.333300
binary / 1.333333
my render engine has a fixed frame rate, it's 30ms per 1frame.
I assumed the small gap makes my render buggy when using the binary.
( It works fine with json )
Do I get rid of the gap for fixing problem?
or Is There a thing i missing?
plz help