Mat Groves
Mat Groves
> In the indices copy loop https://github.com/GoodBoyDigital/spine-runtimes/blob/pixi-v8/spine-ts/spine-pixi-v8/src/Spine.ts#L491, I've noticed that if set the `spineAttachmentsDirty` to false when an index differs from the previous one, the issue is gone. > >...
ahhh, actually you are correct - if the indicies change, we should invalidate. As the indicies are assumped to be constant between 'update' renders. Options - lets set it so...
> Ok, glad we found the issue! I've no particular preferences and both use cases can occur. In general, we recommend to use clipping attachments less as possible since the...
> @GoodBoyDigital I made another commit to implement a final missing feature. Several users requested that slot objects added through `addSlotObject` be clipped by clipping attachments, as if they were...
> @GoodBoyDigital I think we're ready to merge. If you agree, I'll go ahead with it. I'll reach out to you directly about the blog post! :) Nice work man...
thanks for sharing your thoughts @laino !
Hey @laino, the API has been a little bit of a bugbear of mine too. I have a plan to just have users pass in a generic object and pixi...
this is cool!