• Bugs
  • libgdx additive slot

Related Discussions
...

Hello,

I have 3 bones at project - root at parented to it two bones, each bone has slot with the same image but one slot is additive and second is not additive.

Libgdx runtime can't draw correctly additive slot.

importing:

starsSkeleton = new Skeleton(Assets.starsSkeletonData);
  starsIdle = Assets.starsSkeletonData.findAnimation("idle");
  starsSkeleton.setPosition(400, 200);
  starsSkeleton.updateWorldTransform();

rendering:

     batch.begin();
sr.draw(batch, starsSkeleton);
batch.end();

Whole imported as json. Eclipse + mac osx.

I'm not sure that is a bug or something wrong with my code.

Greetings

Peter

Additive changed in 2.1.26, you'll need to export your skeleton from Spine again.

Dear Nate,

I have newest Spine 2.1.27, still there is no additive rendering via actual runtime,

project is very simply,

here you have tiny spine export archive:

http://tinyurl.com/mh6wsjz

and spine project:

http://tinyurl.com/moq79z4

In Spine it looks like this:

Image supprimée en raison de l'absence de support de HTTPS. | Afficher quand même

In libgdx projects looks like this:

Image supprimée en raison de l'absence de support de HTTPS. | Afficher quand même


Nate, after clone newest runtimes everything works fine, thanks!

Cool, thanks for following up. 🙂