azerion / phaser-spine

A plugin for Phaser 2 that adds Spine support
MIT License
121 stars 58 forks source link

bug about mesh rendering #28

Closed zk-luke closed 7 years ago

zk-luke commented 7 years ago

I have an animaiton made by mesh. but looks like some traingles can not be rendered. I tried the animation in pixi-spine ,it works well.

I made the demo here (click to play animation):

the repo is here

thanks a lot guys.

zk-luke commented 7 years ago

@AleBles sorry to disturb . do you have any idea about this?

AleBles commented 7 years ago

That's.. interesting, I don't have a lot of time these days to go into this. But i'll see if I can get something working soon

shibekin69 commented 7 years ago

@koalaylj aside from meshes, what other advanced spine features are you using in this demo?

zk-luke commented 7 years ago

@shibekin69 I didn't use other advanced feature, just mesh and basic bone animation.

shibekin69 commented 7 years ago

Ah ok. I was wondering how you did the retracting punching glove since it looked like it was on a curved path. Just manual bone animation?

AleBles commented 7 years ago

Yeah, meshes don't work on phaser-spine < 4, the upcomming spine-ts implementation should fix this

zk-luke commented 7 years ago

thanks a lot , looking forward to v4.