pixijs / spine-v8

PixiJS v8 port of the official spine runtime
https://pixijs.io/spine-v8/examples/
MIT License
38 stars 6 forks source link

fix up the texture swapping #46

Closed GoodBoyDigital closed 2 months ago

GoodBoyDigital commented 2 months ago

Alternative to #31 based on discussions with @davidetan.

When a texture changes, we now flag this and check to see if it the switch requires that the batches are rebuilt. tested using our dragon friend!

Sep-24-2024 13-25-20

davidetan commented 2 months ago

Great! Thanks 🎉