• Editor
  • Try clipping in the 3.6 beta!

  • Đã chỉnh sửa
Related Discussions
...

Great!

My only doubt is... could this be used to hide another skeleton's attachment? (being both skeletons in the same project)

That's the main use I'd have from this feature. Something like, erm... an enemy sword dissapearing behind a character's stomach (the center of it, not the border).

Wow! Amazing!

Abelius: no, the clipping is limited to the skeleton the clipping attachment belongs to.

badlogic đã viết

Abelius: no, the clipping is limited to the skeleton the clipping attachment belongs to.

Fair enough. Mmm... and what about when we have skeleton attachments? Would it be possible then? :happy:

Very likely. But that first requires skeleton attachments to be implemented 🙂

I have a question. Will we be able to put a clipping mask on each image, or each bone, or will this be one clipping per skeleton?

You can have multiple clipping areas per skeleton. Each clipping area is "active" from its place in the draw order to the "end slot", also defined on the clipping attachment. You can have multiple clipping areas as long as they do not overlap in the draw order.

Please note that clipping is a heavy calculation at runtime. Use it judiciously.

5 ngày sau

is there any way to put some feather effect in clipping or making the clipping from a path which gives a much smoother and round edges ?

No, this clipping must be a polygon, sorry. Clipping with feathering would probably be done using an image mask and require shader support.

requirement of this is highly unlikely but is there a way to invert masking ?

No, unfortunately inverting the clipping polygon introduces too many complexities to be able to support it. However, runtimes are free to implement clipping how they like. We may add an option to runtimes that can support it to perform clipping using the stencil buffer. This has other downsides (affects shader pipeline, breaks batching, etc) but does allow for inverting the clip polygon.

16 ngày sau

Hi Nate,

I tried to use clipping in cocos2dx with spine-beta runtime branch. I tried to use the alien example exporting in 3.6.16-beta . Upto 4 points in clipping it was working in cocos2dx , after 5-6 points the alien does not load to the scene. I think may be the computation might be the problem.Let me know if it can work.

Regards
Soni

Could you send your modified alien example to contact@esotericsoftware.com?

I sent.

The issue has been fixed, thanks for reporting!

16 ngày sau

Ive been playing with clipping with libgdx backend, works great! Very useful.

12 ngày sau

Is it possible to say you wanted to animated a painting and you wanted a subject to move off of the frame. Could you mask the whole painting or rig so that works and you not working with a lot of extra space.