0 Members and 2 Guests are viewing this topic.
If it's a Sprite you can change it's subrect to cut it off.Though this seems like a missing part in Drawable. Or what do you think Laurent? Add some sort of clipping to Drawable so you can do it with shapes and text easily?
Quote from: "Groogy"If it's a Sprite you can change it's subrect to cut it off.Though this seems like a missing part in Drawable. Or what do you think Laurent? Add some sort of clipping to Drawable so you can do it with shapes and text easily?Oh, i understand. Thank you!it's difficult for me
In SFML 1, the common workaround is to use glScissor.