- Editado
Can I only use json file without atlas file?
I don't have a atlas file, but I wanna use bone data, can I ?
SkeletonJson* json = SkeletonJson_create(atlas);
json->scale = scale;
skeletonData = SkeletonJson_readSkeletonDataFile(json, skeletonDataFile);
here ,if atlas is NULL, the code will broken down. Can you give me a hand?
How should I make atlas file?
Use SkeletonJson_createWithLoader and pass your own AttachmentLoader that returns NULL for all attachments. You can copy AtlasAttachmentLoader and return NULL.
How should I make atlas file? I look for atlas tool in the internet , but got nothing.
I think if Spine can generate atlas file, that will be better.
btw: will there be detailed document for runtime-c? I want to control the animation more accurate. for example, I met a situation, I need to pause the animation for a while then go on animate it.
http://code.google.com/p/libgdx/wiki/TexturePacker
http://texturepacker.com/
Documentation is coming.