-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Masking separate attachments #41
Comments
Also would like to create TextureAtlas from Pixi textures already loaded from spritesheet. |
Yea, that's what i meant. We can call empty constructor TextureAtlas |
Would be great to see your mixin code! I need to do the same thing |
I wll make PR this weekend or maybe next week. |
Hi, don't know how to make PR here so...
|
Hello, in the old plugin for spine runtimes @pixi-spine all the attachments were placed inside of a containers which gave us the chance to mask different attachments with different masks, or apply mask from Pixi Graphic. Will this be added here ?
Also when clipping mask is applied from the spine file, not only the selected attachments are clipped but all above, I couldn't manage to figure a workaround, can you give me some tips ?
Cheers, Kaloyan.
P.S.: I've managed to create mixins for loading atlases from already loaded images (it was possible in the old plugin). If it's considered to be added I may provide PR so you have look around and merge it ?
The text was updated successfully, but these errors were encountered: